add audio message type
This commit is contained in:
parent
7d65da6c29
commit
1fadd9756f
@ -31,6 +31,8 @@ const (
|
|||||||
MsgTypeFile string = "file"
|
MsgTypeFile string = "file"
|
||||||
// MsgTypeImage image card
|
// MsgTypeImage image card
|
||||||
MsgTypeImage string = "image"
|
MsgTypeImage string = "image"
|
||||||
|
// MsgTypeAudio audio
|
||||||
|
MsgTypeAudio string = "audio"
|
||||||
|
|
||||||
// MsgOrderStatusCodeNew order status group new
|
// MsgOrderStatusCodeNew order status group new
|
||||||
MsgOrderStatusCodeNew = "new"
|
MsgOrderStatusCodeNew = "new"
|
||||||
|
Loading…
Reference in New Issue
Block a user