rdluck 4 years ago
parent
commit
b1f0919c11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/article.go

+ 1 - 1
controllers/article.go

@@ -272,7 +272,7 @@ func (this *ArticleController) InterviewApply() {
 // @Description 获取报告详情接口
 // @Param   ArticleId   query   int  true       "报告ID"
 // @Success 200 {object} models.ArticleDetailResp
-// @router //detail [get]
+// @router /look/detail [get]
 func (this *ArticleCommonController) Detail() {
 	br := new(models.BaseResponse).Init()
 	defer func() {