From 05ab1555f5a69f52807ca0e14f639cea53d4eb8e Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期三, 08 十一月 2023 09:43:48 +0800 Subject: [PATCH] crm获取库存信息修改 --- docs/docs.go | 30 +++++++++++++++++++++++++++--- 1 files changed, 27 insertions(+), 3 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 575933f..3b0d76d 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": { @@ -3488,6 +3511,9 @@ "pageSize": { "description": "姣忛〉澶у皬", "type": "integer" + }, + "productId": { + "type": "string" }, "type": { "description": "绫诲瀷:bh=琛ヨ揣", @@ -4112,8 +4138,6 @@ Description: "", InfoInstanceName: "swagger", SwaggerTemplate: docTemplate, - LeftDelim: "{{", - RightDelim: "}}", } func init() { -- Gitblit v1.8.0