mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-04 21:02:25 +08:00
fix bug
This commit is contained in:
@@ -38,7 +38,7 @@ type Article struct {
|
||||
|
||||
//reqArticles 永久性图文素材请求信息
|
||||
type reqArticles struct {
|
||||
articles []*Article `json:"articles"`
|
||||
Articles []*Article `json:"articles"`
|
||||
}
|
||||
|
||||
//resArticles 永久性图文素材返回结果
|
||||
|
||||
@@ -61,7 +61,7 @@ type ResMenu struct {
|
||||
Button []Button `json:"button"`
|
||||
MenuID int64 `json:"menuid"`
|
||||
} `json:"menu"`
|
||||
conditionalmenu []resConditionalMenu `json:"conditionalmenu"`
|
||||
Conditionalmenu []resConditionalMenu `json:"conditionalmenu"`
|
||||
}
|
||||
|
||||
//ResSelfMenuInfo 自定义菜单配置返回结果
|
||||
|
||||
@@ -109,7 +109,7 @@ type MixMessage struct {
|
||||
|
||||
//EventPic 发图事件推送
|
||||
type EventPic struct {
|
||||
PicMd5Sum string `xml:PicMd5Sum`
|
||||
PicMd5Sum string `xml:"PicMd5Sum"`
|
||||
}
|
||||
|
||||
//EncryptedXMLMsg 安全模式下的消息体
|
||||
|
||||
Reference in New Issue
Block a user