From d2be142f7b42b20b3125d9ffb398e5b295155327 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期二, 29 八月 2023 11:32:16 +0800 Subject: [PATCH] fix --- docs/docs.go | 45 +++------------------------------------------ 1 files changed, 3 insertions(+), 42 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 1ab4138..064a083 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1924,15 +1924,6 @@ "in": "query" }, { - "type": "array", - "items": { - "type": "integer" - }, - "collectionFormat": "csv", - "name": "fileContent", - "in": "query" - }, - { "type": "string", "name": "fileName", "in": "query" @@ -1981,15 +1972,6 @@ "type": "string", "description": "鍒涘缓鏃堕棿", "name": "created_at", - "in": "query" - }, - { - "type": "array", - "items": { - "type": "integer" - }, - "collectionFormat": "csv", - "name": "fileContent", "in": "query" }, { @@ -2046,15 +2028,6 @@ { "type": "string", "name": "endCreatedAt", - "in": "query" - }, - { - "type": "array", - "items": { - "type": "integer" - }, - "collectionFormat": "csv", - "name": "fileContent", "in": "query" }, { @@ -2129,15 +2102,6 @@ "type": "string", "description": "鍒涘缓鏃堕棿", "name": "created_at", - "in": "query" - }, - { - "type": "array", - "items": { - "type": "integer" - }, - "collectionFormat": "csv", - "name": "fileContent", "in": "query" }, { @@ -9700,12 +9664,6 @@ "description": "鍒涘缓鏃堕棿", "type": "string" }, - "fileContent": { - "type": "array", - "items": { - "type": "integer" - } - }, "fileName": { "type": "string" }, @@ -9826,6 +9784,9 @@ "contact": { "type": "string" }, + "contract": { + "$ref": "#/definitions/test.Contract" + }, "created_at": { "description": "鍒涘缓鏃堕棿", "type": "string" -- Gitblit v1.8.0