- 公众号,新增模版类目-申请餐饮: 餐饮服务 > 餐饮服务场所/餐饮服务管理企业
[图片] 加盟协议,有参考模版嘛 需要盖章吗,上传到哪个文件呢?急
10-30 - 公众号 代理服务器转发 报40164
公众号获取token 使用代理服务器转发 微信公众号也配了白名单,已经上线的功能 返回错误码 40164 ip不是代理服务器的IP地址,什么原因呢
09-14 - 公众号发模版消息 报48001
微信公众号有权限 调"https://api.weixin.qq.com/cgi-bin/message/template/send?access_token={accessToken}"; 报错 48001{"errcode":48001,"errmsg":"api unauthorized rid: 66e3ab19-29ee2207-0c2c6b13"}
09-13 - 微信公众号发送消息,报40125
公众号发消息 获取稳定版token,post json请求 报40125 , 通过rid 查传参格式 secret 数据为******** 什么原因呢 request_body: "{"grant_type":"client_credential","appid":"正常","secret":"********"}" 代码如下 //代理服务器转发 HttpHost proxy = new HttpHost("****"); //请求url HttpPost httpPost = new HttpPost(url); httpPost.setConfig(RequestConfig.custom().setProxy(proxy).build()); httpPost.setHeader("Content-type", "application/json"); //json 数据 String json = String.format("{\"grant_type\":\"client_credential\",\"appid\":\"%s\",\"secret\":\"%s\"}", appid, appsecret); httpPost.setEntity(new StringEntity(json)); try (CloseableHttpResponse response = httpClient.execute(httpPost)) { String body = EntityUtils.toString(response.getEntity(), "UTF-8"); return extractAccessTokenByBody(body); } 请问 什么原因呢?
04-19 - access_token无效或不是最新的,可以通过getStableAccessToken?
您好 同样报错 昨天发消息正常 代码无改动 invalid credentials access_token is invalid or not lasted could get access_token by getStableAccessToken ,more details at https://mmbizurl.can/s/JtxxFh33r rid:6620860d-5a05be0d-27537793 什么原因呢
04-19