wx.requestSubscribeMessage() 什么情况下返回 'acceptWithAlert'?
'acceptWithAlert' 是否等同于 'accept',视为用户同意订阅?官方文档中的枚举值如下:https://developers.weixin.qq.com/miniprogram/dev/api/open-api/subscribe-message/wx.requestSubscribeMessage.html
'accept'表示用户同意订阅该条id对应的模板消息,
'reject'表示用户拒绝订阅该条id对应的模板消息,
'ban'表示已被后台封禁,
'filter'表示该模板因为模板标题同名被后台过滤
请看此文章:https://developers.weixin.qq.com/community/develop/article/doc/0006e8c2dbc8988ca0b0b9d4e6b013
您好,请问解决了吗,这个返回值是什么意思呢