一:前期准备
1.1:企业号注册 https://qy.weixin.qq.com/
微信调用接口说明 http://qydev.weixin.qq.com/wiki/index.php?title=%E9%A6%96%E9%A1%B5
微信企业号接口调试地址 http://qydev.weixin.qq.com/debug
1.2:建立应用:
1.3:获取企业ID
1.4:获取Secret
1.5:获取token
https://work.weixin.qq.com/api/devtools/devtool.php
1.6:通过命令行获取:
/usr/bin/curl -s -G https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=xxxx&corpsecret=xxxx |awk -F\":‘{print $4}‘|awk -F\" ‘{print $2}‘
感谢:
https://www.cnblogs.com/lemon-le/p/7204944.html
https://www.cnblogs.com/kumarhua/p/7645399.html