JSONObject json = new JSONObject(); json.accumulate( "component_appid" , APPID); json.accumulate( "authorizer_appid" , authorizer_appid); /**发送Https请求到微信*/ String url = API_QUERY_AUTH.replace( "componentAccessToken" , component_access_token); JSONObject retStr = WinxinUtil.doPostStr(url, json.toString()); |
麻烦具体描述问题,补充下appid还有提供下完整的错误信息提示
问题发生在第三方授权成功毁掉获取授权公众号信息时 第三方appid:wx9681884b28ed7927 授权方appid:wxf5123303d79a71c6
错误信息:{"errcode":40097,"errmsg":"invalid args hint: [6KEvdA09141533]"}
问题已解决谢谢