1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-05 13:12:26 +08:00

添加语言消息识别字段Recognition,在微信后台开启语音识别后可用改字段获取识别文字。

This commit is contained in:
kanyways
2018-05-21 18:41:00 +08:00
committed by HN-285
parent 4470d51ac3
commit 64c6103614

View File

@@ -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"`