项目是用uniapp开发,调用uni.requestSubscribeMessage接口报错invalid appsecret.
用postman调用api.weixin.qq.com/cgi-bin/message/subscribe/send,返回以下错误:
"errcode": 43101,
"errmsg": "user refuse to accept the msg rid: 65d46d24-30b6a97f-09cee02f"
当每次更新一个新的appsecrete, 第一次就能正常调起消息订阅的弹窗,授权后(勾选总是保持以上选择),用postman发送消息能够正常接收,但发送2-3次后,微信就不无法再接收服务通知(订阅消息通知),报错"user refuse to accept the msg” 。请问这个问题如何解决,不可能一直更新变换新的appsecrete。