mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-05 13:12:26 +08:00
添加语言消息识别字段Recognition,在微信后台开启语音识别后可用改字段获取识别文字。
This commit is contained in:
@@ -69,6 +69,7 @@ type MixMessage struct {
|
||||
//基本消息
|
||||
MsgID int64 `xml:"MsgId"`
|
||||
Content string `xml:"Content"`
|
||||
Recognition string `xml:"Recognition"`
|
||||
PicURL string `xml:"PicUrl"`
|
||||
MediaID string `xml:"MediaId"`
|
||||
Format string `xml:"Format"`
|
||||
|
||||
Reference in New Issue
Block a user