rdluck %!s(int64=4) %!d(string=hai) anos
pai
achega
b1f0919c11
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() {