rdluck 4 년 전
부모
커밋
b1f0919c11
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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() {