rdluck 4 жил өмнө
parent
commit
3626dbbf6f

+ 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) {