- 第二步:通过 code 换取 access_token报48001?
https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/api/Before_Develop/Official_Accounts/official_account_website_authorization.html 参考的如上文档,还是报错了 https://api.weixin.qq.com/sns/oauth2/component/access_token?component_appid=wx8cc859a29f223a**&grant_type=authorization_code&code=05107IFa1ebBdG0aaQHa13SBYr407IFI&component_access_token=*****&appid=wxea93cf18eabd**** 注:component_access_token字段是从如下接口获取的:https://api.weixin.qq.com/sns/oauth2/component/access_token 返回结果如下 { "errcode": 48001, "errmsg": "api unauthorized, rid: 652e6bbb-7d234df1-67f3f57c" }
2023-10-17 - message/custom/send接口第一条消息报错45047
https://developers.weixin.qq.com/miniprogram/introduction/custom.html 调用如下接口报错,但是客服对这个小程序用户只发了两条都报错了,第一条也报错了,很急,在线等,请帮忙处理下 https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token=70_-_rXbFe1YOal-AIKOIU6Vvam7azQFD_IAgReHs2gfzUsHwmgbfd51hdRhfD4oFcWU738JJOo8mHIiRP7pA93_x_ZiWd-mTSoqjWFsIqoCClND9NP96FprU-Cc0B56tepYsvleGx3wF7lAsWPOTTcAKDHMM,body: {"touser":"oLOkR5PG536EbZgd9WcCfGaLfoM8","msgtype":"text","text":{"content":"孙师傅,请问您是做什么操作的时候,遇到系 统提示账户异常呢?"}} 响应结果:{"errcode":45047,"errmsg":"out of response count limit rid: 64a774ce-020c072d-6c820ec0"}
2023-07-07 - 配置了IP白名单 小程序发消息接口报错61004,为啥?
[图片] 还是如下报错: https://api.weixin.qq.com/cgi-bin/message/custom/send?access_token=xxxxxxxx,body: {"touser":"ob2tL5BFxXpeCs-dtqgc3WBflva4","msgtype":"text","text":{"content":"100"}},响应结果:{"errcode":61004,"errmsg":"access clientip is not registered requestIP: 123.56.117.xxx rid: 648a8464-6a17f246-55c117d9"} 急,在线等,求助广大网友
2023-06-15