获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 微信服务器向公众号推送消息或事件后得到的回应不合法?
[图片] 请问为什么会报不合法?
2021-08-26 - 企业微信调用wx.invoke('sendChatMessage') 偶尔没有回调 大概10%左右
sendChatMessage 的回调大部分情况下正常执行,发现偶然没有回调,具体信息如下, 请帮忙查询。 Corpid:wxd32ae85002ebcc78 问题成员手机号:18614988588 问题成员手机型号(Android/iPhone): iphone 11 pro 出现问题时间点(具体到月日时分):2021年5月14日10:43 代码片段 wx.invoke('sendChatMessage', { msgtype: "news", news: { link: link, title: item.name, desc: desc, imgUrl: item.thumbnail } }, function (res) { if (res.err_msg == 'sendChatMessage:ok') { //发送成功 } });
2021-07-01