From b97b0ba40ae012e59cd3bba0960f485aae86bb13 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期二, 26 九月 2023 09:31:04 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS

---
 docs/docs.go |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index 7e7b11a..20caec6 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -2509,6 +2509,9 @@
         "request.GetProductList": {
             "type": "object",
             "properties": {
+                "categoryId": {
+                    "type": "integer"
+                },
                 "keyWord": {
                     "type": "string"
                 },
@@ -2873,6 +2876,8 @@
 	Description:      "",
 	InfoInstanceName: "swagger",
 	SwaggerTemplate:  docTemplate,
+	LeftDelim:        "{{",
+	RightDelim:       "}}",
 }
 
 func init() {

--
Gitblit v1.8.0