mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-23 13:42:25 +08:00
缺失 commonError (#303)
This commit is contained in:
@@ -269,6 +269,7 @@ func (material *Material) DeleteMaterial(mediaID string) error {
|
|||||||
|
|
||||||
//ArticleList 永久素材列表
|
//ArticleList 永久素材列表
|
||||||
type ArticleList struct {
|
type ArticleList struct {
|
||||||
|
util.CommonError
|
||||||
TotalCount int64 `json:"total_count"`
|
TotalCount int64 `json:"total_count"`
|
||||||
ItemCount int64 `json:"item_count"`
|
ItemCount int64 `json:"item_count"`
|
||||||
Item []ArticleListItem `json:"item"`
|
Item []ArticleListItem `json:"item"`
|
||||||
|
|||||||
Reference in New Issue
Block a user