소스 검색

缺失 commonError (#303)

silenceper 6 년 전
부모
커밋
1fe872be66
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      officialaccount/material/material.go

+ 1 - 0
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"`