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