From 4738292c4762419696bee8962db7b7b7a0057c57 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期二, 26 九月 2023 19:30:12 +0800 Subject: [PATCH] 1.二期一部分代码 --- 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