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