From 38e6fc986e19d4d215b00ee4db32929617810bca Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期二, 26 九月 2023 09:30:49 +0800
Subject: [PATCH] 产品列表新增字段

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

diff --git a/docs/docs.go b/docs/docs.go
index 3d921fd..5554acc 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -2650,6 +2650,9 @@
         "request.GetProductList": {
             "type": "object",
             "properties": {
+                "categoryId": {
+                    "type": "integer"
+                },
                 "keyWord": {
                     "type": "string"
                 },
@@ -3025,6 +3028,8 @@
 	Description:      "",
 	InfoInstanceName: "swagger",
 	SwaggerTemplate:  docTemplate,
+	LeftDelim:        "{{",
+	RightDelim:       "}}",
 }
 
 func init() {

--
Gitblit v1.8.0