From 4dd4ae617e7f37817d2c795ff011d73a67dc29bf Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 11 八月 2023 17:28:56 +0800 Subject: [PATCH] fix --- docs/docs.go | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index d7d128f..3927227 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -14624,9 +14624,6 @@ "request.GetQuotationList": { "type": "object", "properties": { - "keyword": { - "type": "string" - }, "page": { "description": "椤电爜", "type": "integer" @@ -14634,6 +14631,11 @@ "pageSize": { "description": "姣忛〉澶у皬", "type": "integer" + }, + "searchMap": { + "description": "鎼滅储鏉′欢: map[string]interface{}{\"name\": \"xxx\"}; {\"sale_chance_id\": 閿�鍞嚎绱d}", + "type": "object", + "additionalProperties": true } } }, -- Gitblit v1.8.0