uniformMessage.send发送统一消息(主要是发公众号模板消息)后不返回msgid?
发布于 3 年前 作者 jingjiang 3493 次浏览 来自 问答

文档中https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/uniform-message/uniformMessage.send.html

返回的结果只有errcode和errmsg,没有返回msgid。

在接收公众号事件推送时,https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Template_Message_Interface.html#6

会收到MsgID。

问题是:我发送的公众号模板消息和接收到的TEMPLATESENDJOBFINISH事件如何能对应起来?哪一条失败了,哪一条成功了?

回到顶部