Jelajahi Sumber

更新 swag

zou.yingbin 4 tahun lalu
induk
melakukan
2a2542fdbc
4 mengubah file dengan 4 tambahan dan 4 penghapusan
  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