caipin 4 years ago
parent
commit
d9fff844c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/api/quality_api.go

+ 1 - 1
web/api/quality_api.go

@@ -205,7 +205,7 @@ func (c *QualityApi) GetDetail() {
 // @Accept  json
 // @Produce  json
 // @Security ApiKeyAuth
-// @Param   bidsectionId     path    string     true        "标段ID"
+// @Param   bidsectionId     path    string     true        "标段ID "
 // @Success 200 {object} viewmodels.TreeSectionContract "{code:0成功,-1参数类错误,msg:错误信息}"
 // @Router /api/quality/survey [get]
 func (c *QualityApi) GetSurvey() {