From 1fe872be66dd24c805ec5b641914394343f50e6d Mon Sep 17 00:00:00 2001 From: silenceper Date: Thu, 9 Jul 2020 10:03:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E5=A4=B1=20commonError=20(#303)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- officialaccount/material/material.go | 1 + 1 file changed, 1 insertion(+) diff --git a/officialaccount/material/material.go b/officialaccount/material/material.go index 576d901..74f5bbe 100644 --- a/officialaccount/material/material.go +++ b/officialaccount/material/material.go @@ -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"`