第三方授权获取授权公号信息报错“40097”
发布于 5 年前 作者 wentao 6354 次浏览 来自 问答
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 回复

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

回到顶部