...
|
...
|
@@ -1239,6 +1239,7 @@ type ArticleTagCount struct { |
|
|
TagRemark string `json:"tagRemark"` // 标签备注
|
|
|
TotalArticle int `json:"totalArticle"` // 总的文章数量
|
|
|
ReadArticle int `json:"readArticle"` // 已读的标签数量
|
|
|
SortBy int `json:"sortBy"` // 排序
|
|
|
}
|
|
|
|
|
|
type MiniSearchArticleRequest struct {
|
...
|
...
|
|