mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-06 21:52:27 +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 永久性图文素材返回结果
|
||||
|
||||
Reference in New Issue
Block a user