|
@@ -254,7 +254,7 @@ Loop:
|
|
|
// @Title 收藏\取消收藏
|
|
|
// @Description 收藏\取消收藏
|
|
|
// @Param request body models.ArticleCollectReq true "type json string"
|
|
|
-// @Success 200 {object} models.FontsCollectResp
|
|
|
+// @Success 200 {object} models.ArticleCollectResp
|
|
|
// @router /collect [post]
|
|
|
func (this *ArticleController) ArticleCollect() {
|
|
|
br := new(models.BaseResponse).Init()
|