获取access_token?
https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=${appid}&secret=${appserect}
调用这个接口获取access_token,本地调试,真机调试都好用,发布到测试版上就获取不到,是什么原因
https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=${appid}&secret=${appserect}
调用这个接口获取access_token,本地调试,真机调试都好用,发布到测试版上就获取不到,是什么原因