第三方授权获取授权公号信息报错“40097”
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()); |