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