代码拉取完成,页面将自动刷新
/*
* @Author: i@douxuefeng.cn
* @Date: 2022-06-02 16:04:48
* @LastEditTime: 2022-06-02 16:07:11
* @LastEditors: i@douxuefeng.cn
* @Description:
* @FilePath: \go-utils\wechat\mp\params\mp_msg.go
*/
package params
type MpMsg struct {
XMLName struct{} `xml:"xml" json:"-"`
ToUserName string `xml:"ToUserName"`
FromUserName string `xml:"FromUserName"`
CreateTime int64 `xml:"CreateTime"`
MsgType string `xml:"MsgType"`
MsgId int64 `xml:"MsgId,omitempty"`
//text
Content string `xml:"Content,omitempty"`
// image
PicUrl string `xml:"PicUrl,omitempty"`
MediaId string `xml:"MediaId,omitempty"`
// voice
Format string `xml:"Format,omitempty"`
// 语音识别
Recognition string `xml:"Recognition,omitempty"`
// video / shortvideo
ThumbMediaId string `xml:"ThumbMediaId,omitempty"`
// location
Location_X string `xml:"Location_X,omitempty"`
Location_Y string `xml:"Location_Y,omitempty"`
Scale string `xml:"Scale,omitempty"`
Label string `xml:"Label,omitempty"`
// link
Title string `xml:"Title,omitempty"`
Description string `xml:"Description,omitempty"`
Url string `xml:"Url,omitempty"`
// event subscribe unsubscribe SCAN LOCATION CLICK
Event string `xml:"Event,omitempty"`
EventKey string `xml:"EventKey,omitempty"`
Ticket string `xml:"Ticket,omitempty"`
Latitude string `xml:"Latitude,omitempty"`
Longitude string `xml:"Longitude,omitempty"`
Precision string `xml:"Precision,omitempty"`
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。