第三方授权获取授权公号信息报错“40097”

发布于 7 年前作者 wentao6722 次浏览最后编辑 7 年前来自 ask
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());



1 回复
qfan
qfan1 楼5 年前

麻烦具体描述问题,补充下appid还有提供下完整的错误信息提示