From a30daf3fd0ccc6172cba194314f6e8f19314d802 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期三, 08 十一月 2023 09:54:23 +0800 Subject: [PATCH] swagger更新 --- docs/docs.go | 28 +++++++++++++++++++++++++++- 1 files changed, 27 insertions(+), 1 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 575933f..8a80911 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -543,7 +543,7 @@ "in": "body", "required": true, "schema": { - "$ref": "#/definitions/request.GetProductList" + "$ref": "#/definitions/request.GetLocationList" } } ], @@ -3453,6 +3453,29 @@ } } }, + "request.GetLocationList": { + "type": "object", + "properties": { + "jointName": { + "description": "鎷兼帴鍚嶇О", + "type": "string" + }, + "keyWord": { + "type": "string" + }, + "page": { + "description": "椤电爜", + "type": "integer" + }, + "pageSize": { + "description": "姣忛〉澶у皬", + "type": "integer" + }, + "type": { + "type": "integer" + } + } + }, "request.GetProductList": { "type": "object", "properties": { @@ -3489,6 +3512,9 @@ "description": "姣忛〉澶у皬", "type": "integer" }, + "productId": { + "type": "string" + }, "type": { "description": "绫诲瀷:bh=琛ヨ揣", "type": "string" -- Gitblit v1.8.0