兄弟有解决吗,我也遇到这个问题
微信客服中是汽泡消息无效https://developers.weixin.qq.com/miniprogram/dev/api/open-api/service-chat/wx.openCustomerServiceChat.html 程序代码, wx.openCustomerServiceChat({ extInfo: { url: 'https://work.weixin.qq.com/kfid/kfc4afe0c528xxxxxxx' }, corpId: 'wwcc8cbbf84xxxx', showMessageCard: true, sendMessageTitle: '商品详情', sendMessagePath: pages[pages.length-1].$page.fullPath, sendMessageImg:'https://www.xxxxxx.com/uploads/20220326/e34c0e100d350c7d3d288fb4cc15fd94.jpg', success(res) {} }) 在调试中,汽泡消息不会出现!要如何解决?
2023-06-29APPID:wxb22035c1a58aeb43 请求API:https://api.weixin.qq.com/cgi-bin/message/subscribe/bizsend 携带参数:[ "touser" => "oBqPt5d8RDS_LfiTsk6j_bVxJ-Zk" "template_id" => "flgMLF2F0DCBLhnaUGASxbSe3FbRqv2KAI76izgxkFM" "miniprogram" => array:2 [ "appid" => "wxb22035c1a58aeb43" "pagepath" => "pages/template/xiaobaozi/index/index" ] "data" => array:2 [ "time1" => array:1 [ "value" => "2022-03-24 14:26" ] "thing3" => array:1 [ "value" => "会议2" ] ] ]
调用小程序订阅消息接口报错,如何处理?错误信息: ^ array:2 [ "errcode" => 48001 "errmsg" => "api unauthorized rid: 623c43f0-6e50e092-6abdb86e" ]
2022-03-25