deng.yinping 2 anos atrás
pai
commit
b2d77220ae
4 arquivos alterados com 4 adições e 4 exclusões
  1. 1 1
      controllers/guangzuan/trade.go
  2. 1 1
      docs/docs.go
  3. 1 1
      docs/swagger.json
  4. 1 1
      docs/swagger.yaml

+ 1 - 1
controllers/guangzuan/trade.go

@@ -235,7 +235,7 @@ func QueryBscinoutorder(c *gin.Context) {
 // @Produce  json
 // @Security ApiKeyAuth
 // @Param    presalestatus  query    int    false  "预售状态 - 1:未开始 2:进行中 3:已结束 4:已关闭 5:处理中 6::处理失败 7:已完成"
-// @Param    presalestatuses  query    string    false  "预售状态 - 1:未开始 2:进行中 3:已结束 4:已关闭 5:处理中 6::处理失败 7:已完成" - 逗号分隔
+// @Param    presalestatuses  query    string    false  "预售状态 - 1:未开始 2:进行中 3:已结束 4:已关闭 5:处理中 6::处理失败 7:已完成 - 逗号分隔"
 // @Param    marketid query    int true  "市场ID"
 // @Param    wrstandardname query    string false "现货商品名称"
 // @Param    customername   query    string false "预售方"

+ 1 - 1
docs/docs.go

@@ -10325,7 +10325,7 @@ const docTemplate = `{
                     },
                     {
                         "type": "string",
-                        "description": "预售状态 - 1:未开始 2:进行中 3:已结束 4:已关闭 5:处理中 6::处理失败 7:已完成",
+                        "description": "预售状态 - 1:未开始 2:进行中 3:已结束 4:已关闭 5:处理中 6::处理失败 7:已完成 - 逗号分隔",
                         "name": "presalestatuses",
                         "in": "query"
                     },

+ 1 - 1
docs/swagger.json

@@ -10316,7 +10316,7 @@
                     },
                     {
                         "type": "string",
-                        "description": "预售状态 - 1:未开始 2:进行中 3:已结束 4:已关闭 5:处理中 6::处理失败 7:已完成",
+                        "description": "预售状态 - 1:未开始 2:进行中 3:已结束 4:已关闭 5:处理中 6::处理失败 7:已完成 - 逗号分隔",
                         "name": "presalestatuses",
                         "in": "query"
                     },

+ 1 - 1
docs/swagger.yaml

@@ -35075,7 +35075,7 @@ paths:
         in: query
         name: presalestatus
         type: integer
-      - description: 预售状态 - 1:未开始 2:进行中 3:已结束 4:已关闭 5:处理中 6::处理失败 7:已完成
+      - description: 预售状态 - 1:未开始 2:进行中 3:已结束 4:已关闭 5:处理中 6::处理失败 7:已完成 - 逗号分隔
         in: query
         name: presalestatuses
         type: string