已经改过来了,请查看是否符合,谢谢~~
所选类目与小程序运营内容不符合,是本地的上传内容导致的么,已经改过来了请核实一下看是否符合?[图片]
2020-12-29最后我的问题解决了,查了两天,最后问题是我小程序下发消息用了公众号的账号密码,希望后面的人可以借鉴到
小程序后端调用发送订阅消息接口提示48001?小程序接口已经获取订阅消息授权,但是在后台发送消息的时候,总是提示{"errcode":48001,"errmsg":"api unauthorized hints: [sEGB4WPfe-iOtL_!]"},请问谁知道这个是怎么回事呢 发送的参数: {"data":{"date3":{"value":"2020年04月14日 11:04"},"thing1":{"value":"=======点击进入小程序查看具体回复======"},"thing2":{"value":"您反馈的意见已经有了新的答复"}},"lang":"zh_CN","miniprogram_state":"formal","page":"pages/personal/feedback/suggestion/suggestion-more/service/service?feedbackid=26193&feedback_type=2","template_id":"29IW9TjxIL7tBm9C59QLDCP2Nzy9hF_J_S0WH72fhGM","touser":"oTGP80AoCTA3c2OzJGsRM9eWYPA8"} 调用的接口地址: https://api.weixin.qq.com/cgi-bin/message/subscribe/send?access_token=
2020-11-03可以分享下解决的思路和问题么
后台使用小程序订阅消息发送,一直返回access_token的40001问题。请求subscribeMessage.send这个返回错误errcode":40001,"errmsg":"invalid credential, access_token is invalid or not latest hint: [ELG0ra0529d216!] [图片] [图片] access_token是实时获取,还是返回40001错误
2020-11-03我也遇到同样的问题,请问这个问题要怎么解决呢?
subscribeMessage.send返回48001是什么原因?我请求消息订阅subscribeMessage.send,返回{"errcode":48001,"errmsg":"api unauthorized hints: [NIGAQ0yFe-bcKQsA!]"}是没有接口权限的原因吗? 请求入参:array ( 'touser' => 'o4mUssxe1dFt7xXPvCUT-Fb0RE74', 'template_id' => 'yOgHUXnorUnBUB6a-bjrr_Nwh_OPXfnTDI6tnPp1GqQ', 'data' => array ( 'thing2' => '城超商品', 'amount1' => '¥27', 'character_string8' => 'S20021398994848', 'date5' => '2020-02-13 17:08:43', 'number6' => 27,),) appid:wxb807afae7eda7f9b 请求时间:2020-02-14 18:31:02
2020-11-02