mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-13 17:22:26 +08:00
feature: 公众号客服消息增加「小程序卡片消息」类型;添加 GetCustomerMessageManager (#320)
* fix officialaccount customer_message * fix golint comment Co-authored-by: huangxiang <huangxiang@didichuxing.com>
This commit is contained in:
@@ -24,6 +24,8 @@ const (
|
||||
MsgTypeVoice = "voice"
|
||||
//MsgTypeVideo 表示视频消息
|
||||
MsgTypeVideo = "video"
|
||||
//MsgTypeMiniprogrampage 表示小程序卡片消息
|
||||
MsgTypeMiniprogrampage = "miniprogrampage"
|
||||
//MsgTypeShortVideo 表示短视频消息[限接收]
|
||||
MsgTypeShortVideo = "shortvideo"
|
||||
//MsgTypeLocation 表示坐标消息[限接收]
|
||||
|
||||
Reference in New Issue
Block a user