1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 12:52:27 +08:00

缺失 commonError (#303)

This commit is contained in:
silenceper
2020-07-09 10:03:25 +08:00
committed by GitHub
parent ff38e6bac0
commit 1fe872be66

View File

@@ -269,6 +269,7 @@ func (material *Material) DeleteMaterial(mediaID string) error {
//ArticleList 永久素材列表
type ArticleList struct {
util.CommonError
TotalCount int64 `json:"total_count"`
ItemCount int64 `json:"item_count"`
Item []ArticleListItem `json:"item"`