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