- 43004、43101,用户都关注了公众号
用户关注公众号 但发通知时 有些用户并未收到 查询日志 报错如下 (code=43004, msg=require subscribe rid: 67e9f5c2-41f0ebc4-53fb2399) (code=43004, msg=require subscribe rid: 67e9f532-58cabcc5-16612463) (code=43004, msg=require subscribe rid: 67e9f531-63e7298e-0c95eadd) (code=43004, msg=require subscribe rid: 67e9f417-6abd3951-1fa34e72) (code=43004, msg=require subscribe rid: 67e9eddc-46837f94-65f327cd) (code=43004, msg=require subscribe rid: 67e9eddc-3d5c5759-7fb85a35) (code=43101, msg=user refuse to accept the msg rid: 67e9e26e-50c350b7-732d1fc4) (code=43101, msg=user refuse to accept the msg rid: 67e9e0d4-6c9e8fe0-1ceab16e) (code=43004, msg=require subscribe rid: 67e9f5c1-3cdaf27e-6e2fd785) (code=43004, msg=require subscribe rid: 67e9f532-58cabcc5-16612463) (code=43004, msg=require subscribe rid: 67e9f531-63e7298e-0c95eadd) (code=43004, msg=require subscribe rid: 67e9f416-4df771b0-2924396d) 老师能帮忙查一下嘛 什么原因导致的 用户的确关注公众号了
03-31 - 公众号,新增模版类目-申请餐饮: 餐饮服务 > 餐饮服务场所/餐饮服务管理企业
[图片] 加盟协议,有参考模版嘛 需要盖章吗,上传到哪个文件呢?急
2024-10-30 - 公众号 代理服务器转发 报40164
公众号获取token 使用代理服务器转发 微信公众号也配了白名单,已经上线的功能 返回错误码 40164 ip不是代理服务器的IP地址,什么原因呢
2024-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"}
2024-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); } 请问 什么原因呢?
2024-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 什么原因呢
2024-04-19