From 90341876ca9590b69f9a8fda7203bdec8fb210ae Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 29 七月 2024 20:08:45 +0800 Subject: [PATCH] 产品列表增加产品分类id数组参数 & 修复一些bug --- docs/docs.go | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 95b1f70..6d7e4cc 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -3229,6 +3229,13 @@ "schema": { "$ref": "#/definitions/request.GetProductList" } + }, + { + "type": "string", + "description": "token", + "name": "Authorization", + "in": "header", + "required": true } ], "responses": { @@ -6302,7 +6309,7 @@ "type": "string" }, "silkMarket": { - "description": "搴勫彛缂栫爜", + "description": "搴勫彛", "type": "string" }, "sourceNumber": { @@ -6784,6 +6791,12 @@ "categoryId": { "type": "integer" }, + "categoryIds": { + "type": "array", + "items": { + "type": "integer" + } + }, "keyWord": { "type": "string" }, @@ -6947,7 +6960,7 @@ "type": "number" }, "silkMarket": { - "description": "搴勫彛缂栫爜", + "description": "搴勫彛", "type": "string" }, "silkMarketClose": { @@ -7426,7 +7439,7 @@ "type": "string" }, "silkMarket": { - "description": "搴勫彛缂栫爜", + "description": "搴勫彛", "type": "string" }, "sourceNumber": { -- Gitblit v1.8.0