wechat
wechat copied to clipboard
fix: 客服消息发送小程序卡片
现在的公众号客服消息推送小程序卡片是有问题的
-
MessageType误设置为了link,实际上应该为miniprogrampage https://github.com/chanxuehong/wechat/blob/fafb751f9916a5e91a45e19f91f1982a82f47b34/mp/message/custom/msg.go#L321
-
message中的miniprogrampage字段缺少appid属性 https://github.com/chanxuehong/wechat/blob/fafb751f9916a5e91a45e19f91f1982a82f47b34/mp/message/custom/msg.go#L311
参考文档:
https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Service_Center_messages.html
