BUG: 获取 access_token 接口不通提示:appid missing
https://developers.weixin.qq.com/doc/offiaccount/Basic_Information/Get_access_token.html这个接口现在调用的时候提示appid missing。发现有获取 Stable Access token https://developers.weixin.qq.com/doc/offiaccount/Basic_Information/getStableAccessToken.html试了一下这个是可以使用的,参数是相同的。感觉是参数校验机制的问题,可能新增的PSOT接口影响到了之前的GET接口。虽然文档上说:与获取Access token获取的调用凭证完全隔离,互不影响。该接口仅支持 [代码]POST JSON[代码] 形式的调用。