https://developers.weixin.qq.com/doc/offiaccount/Basic_Information/Get_access_token.html
完全按照以上文档组织的请求:
https请求方式: GET https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET
返回结果如下:
{"errcode":41002,"errmsg":"appid missing rid: 628ae6c6-0179ebdd-2116dedb"}
相同的代码之前是可以的,是因为调用次数受限了吗?还是有什么其他原因呢,这个提示让人懵逼啊
