zou.yingbin 4 gadi atpakaļ
vecāks
revīzija
2a2542fdbc
4 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 1 1
      controllers/ermcp3/qryErmcp3.go
  2. 1 1
      docs/docs.go
  3. 1 1
      docs/swagger.json
  4. 1 1
      docs/swagger.yaml

+ 1 - 1
controllers/ermcp3/qryErmcp3.go

@@ -20,7 +20,7 @@ import (
 // @Produce json
 // @Security ApiKeyAuth
 // @Param areauserid query int true "所属机构id"
-// @Param excludecfg query int false "排除已配置的现货商品 1-排除"
+// @Param excludecfg query int false "排除已配置的业务类型商品 1-套保 2-套利"
 // @Success 200 {array} models.ErmcpDeliveryGoods
 // @Failure 500 {object} app.Response
 // @Router /Ermcp3/QueryDeliveryGoods [get]

+ 1 - 1
docs/docs.go

@@ -4964,7 +4964,7 @@ var doc = `{
                     },
                     {
                         "type": "integer",
-                        "description": "排除已配置的现货商品 1-排除",
+                        "description": "排除已配置的业务类型商品 1-套保 2-套利",
                         "name": "excludecfg",
                         "in": "query"
                     }

+ 1 - 1
docs/swagger.json

@@ -4948,7 +4948,7 @@
                     },
                     {
                         "type": "integer",
-                        "description": "排除已配置的现货商品 1-排除",
+                        "description": "排除已配置的业务类型商品 1-套保 2-套利",
                         "name": "excludecfg",
                         "in": "query"
                     }

+ 1 - 1
docs/swagger.yaml

@@ -15596,7 +15596,7 @@ paths:
         name: areauserid
         required: true
         type: integer
-      - description: 排除已配置的现货商品 1-排除
+      - description: 排除已配置的业务类型商品 1-套保 2-套利
         in: query
         name: excludecfg
         type: integer