rdluck 4 年之前
父節點
當前提交
3626dbbf6f
共有 2 個文件被更改,包括 2 次插入3 次删除
  1. 1 1
      controllers/article.go
  2. 1 2
      models/article_interview_apply.go

+ 1 - 1
controllers/article.go

@@ -252,5 +252,5 @@ func (this *ArticleController) InterviewApply() {
 	br.Ret = 200
 	br.Success = true
 	br.Data = resp
-	
+
 }

+ 1 - 2
models/article_interview_apply.go

@@ -30,8 +30,7 @@ type ArticleInterviewApplyReq struct {
 }
 
 type ArticleInterviewApplyResp struct {
-	Status       int `description:"1:收藏,2:取消收藏"`
-	CollectCount int `description:"收藏总数"`
+	Status       int `description:"1:申请成功,2:取消申请"`
 }
 
 func RemoveArticleInterviewApply(userId, articleId int) (err error) {