From 6f52e069fe72b4e37b0712a7e097e3af97bbc25e Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 07 八月 2023 10:22:11 +0800 Subject: [PATCH] 收款计划兼容其他模块 --- docs/docs.go | 346 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 334 insertions(+), 12 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 4b55d3a..4364ed1 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -2492,6 +2492,169 @@ } } }, + "/api/file/add": { + "post": { + "produces": [ + "application/json" + ], + "tags": [ + "闄勪欢绠$悊" + ], + "summary": "娣诲姞闄勪欢", + "parameters": [ + { + "description": "鏌ヨ鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.AddFile" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/contextx.Response" + } + } + } + } + }, + "/api/file/delete/{id}": { + "delete": { + "produces": [ + "application/json" + ], + "tags": [ + "闄勪欢绠$悊" + ], + "summary": "鍒犻櫎闄勪欢", + "parameters": [ + { + "type": "integer", + "description": "鏌ヨ鍙傛暟", + "name": "id", + "in": "path", + "required": true + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/contextx.Response" + } + } + } + } + }, + "/api/file/list": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "闄勪欢绠$悊" + ], + "summary": "鑾峰彇闄勪欢鍒楄〃", + "parameters": [ + { + "type": "string", + "name": "keyword", + "in": "query" + }, + { + "enum": [ + "" + ], + "type": "string", + "x-enum-varnames": [ + "FileKeywordCustomerName" + ], + "name": "keywordType", + "in": "query" + }, + { + "type": "integer", + "description": "椤电爜", + "name": "page", + "in": "query" + }, + { + "type": "integer", + "description": "姣忛〉澶у皬", + "name": "pageSize", + "in": "query" + }, + { + "enum": [ + "" + ], + "type": "string", + "x-enum-varnames": [ + "FileQueryClassExpireLessThen60Days" + ], + "name": "queryClass", + "in": "query" + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/response.ListResponse" + }, + { + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/definitions/model.File" + } + } + } + } + ] + } + } + } + } + }, + "/api/file/update": { + "put": { + "produces": [ + "application/json" + ], + "tags": [ + "闄勪欢绠$悊" + ], + "summary": "鏇存柊闄勪欢", + "parameters": [ + { + "description": "鏌ヨ鍙傛暟", + "name": "object", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.UpdateFile" + } + } + ], + "responses": { + "200": { + "description": "OK", + "schema": { + "$ref": "#/definitions/contextx.Response" + } + } + } + } + }, "/api/followRecord/add": { "post": { "produces": [ @@ -6530,9 +6693,9 @@ "application/json" ], "tags": [ - "鏈嶅姟鍚堝悓鏀舵璁″垝绠$悊" + "鏀舵璁″垝绠$悊" ], - "summary": "娣诲姞鏈嶅姟鍚堝悓鏀舵璁″垝", + "summary": "娣诲姞鏀舵璁″垝", "parameters": [ { "description": "鏌ヨ鍙傛暟", @@ -6560,9 +6723,9 @@ "application/json" ], "tags": [ - "鏈嶅姟鍚堝悓鏀舵璁″垝绠$悊" + "鏀舵璁″垝绠$悊" ], - "summary": "鍒犻櫎鏈嶅姟鍚堝悓鏀舵璁″垝", + "summary": "鍒犻櫎鏀舵璁″垝", "parameters": [ { "type": "integer", @@ -6588,9 +6751,9 @@ "application/json" ], "tags": [ - "鏈嶅姟鍚堝悓鏀舵璁″垝绠$悊" + "鏀舵璁″垝绠$悊" ], - "summary": "鑾峰彇鏈嶅姟鍚堝悓鏀舵璁″垝鍒楄〃", + "summary": "鑾峰彇鏀舵璁″垝鍒楄〃", "parameters": [ { "type": "integer", @@ -6630,9 +6793,9 @@ "application/json" ], "tags": [ - "鏈嶅姟鍚堝悓鏀舵璁″垝绠$悊" + "鏀舵璁″垝绠$悊" ], - "summary": "鏇存柊鏈嶅姟鍚堝悓鏀舵璁″垝", + "summary": "鏇存柊鏀舵璁″垝", "parameters": [ { "description": "鏌ヨ鍙傛暟", @@ -8596,6 +8759,24 @@ "FaqQueryClassExpireLessThen60Days" ] }, + "constvar.FileKeywordType": { + "type": "string", + "enum": [ + "" + ], + "x-enum-varnames": [ + "FileKeywordCustomerName" + ] + }, + "constvar.FileQueryClass": { + "type": "string", + "enum": [ + "" + ], + "x-enum-varnames": [ + "FileQueryClassExpireLessThen60Days" + ] + }, "constvar.PaymentTypeKeywordType": { "type": "string", "enum": [ @@ -9297,6 +9478,64 @@ "type": "integer" }, "name": { + "type": "string" + } + } + }, + "model.File": { + "type": "object", + "properties": { + "bucket": { + "description": "瀵硅薄瀛樺偍bucket", + "type": "string" + }, + "content": { + "description": "鏂囦欢鍐呭", + "type": "string" + }, + "createTime": { + "description": "鍒涘缓鏃堕棿", + "type": "string" + }, + "downloadCount": { + "description": "涓嬫娆℃暟", + "type": "integer" + }, + "filePath": { + "description": "鏂囦欢璺緞", + "type": "string" + }, + "fileType": { + "description": "鏂囦欢绫诲瀷", + "type": "string" + }, + "id": { + "type": "integer" + }, + "key": { + "description": "瀵硅薄瀛樺偍key", + "type": "string" + }, + "name": { + "type": "string" + }, + "previewCount": { + "description": "棰勮娆℃暟", + "type": "integer" + }, + "size": { + "description": "鏂囦欢澶у皬", + "type": "integer" + }, + "sourceId": { + "description": "鏉ユ簮id", + "type": "integer" + }, + "sourceType": { + "description": "闄勪欢鏉ユ簮", + "type": "string" + }, + "updateTime": { "type": "string" } } @@ -10205,8 +10444,12 @@ "description": "澶囨敞", "type": "string" }, - "serviceContractId": { - "description": "鏈嶅姟鍚堝悓id", + "sourceId": { + "description": "婧愬崟id", + "type": "integer" + }, + "sourceType": { + "description": "婧愬崟绫诲瀷锛�1閿�鍞槑缁�2鏈嶅姟鍚堝悓3閿�鍞彂绁級", "type": "integer" }, "status": { @@ -11027,6 +11270,23 @@ "type": "integer" }, "name": { + "type": "string" + } + } + }, + "request.AddFile": { + "type": "object", + "required": [ + "sourceId", + "sourceType" + ], + "properties": { + "sourceId": { + "description": "鏉ユ簮id", + "type": "integer" + }, + "sourceType": { + "description": "闄勪欢鏉ユ簮", "type": "string" } } @@ -13402,6 +13662,64 @@ } } }, + "request.UpdateFile": { + "type": "object", + "properties": { + "bucket": { + "description": "瀵硅薄瀛樺偍bucket", + "type": "string" + }, + "content": { + "description": "鏂囦欢鍐呭", + "type": "string" + }, + "createTime": { + "description": "鍒涘缓鏃堕棿", + "type": "string" + }, + "downloadCount": { + "description": "涓嬫娆℃暟", + "type": "integer" + }, + "filePath": { + "description": "鏂囦欢璺緞", + "type": "string" + }, + "fileType": { + "description": "鏂囦欢绫诲瀷", + "type": "string" + }, + "id": { + "type": "integer" + }, + "key": { + "description": "瀵硅薄瀛樺偍key", + "type": "string" + }, + "name": { + "type": "string" + }, + "previewCount": { + "description": "棰勮娆℃暟", + "type": "integer" + }, + "size": { + "description": "鏂囦欢澶у皬", + "type": "integer" + }, + "sourceId": { + "description": "鏉ユ簮id", + "type": "integer" + }, + "sourceType": { + "description": "闄勪欢鏉ユ簮", + "type": "string" + }, + "updateTime": { + "type": "string" + } + } + }, "request.UpdateFollowRecord": { "type": "object", "required": [ @@ -14334,8 +14652,12 @@ "description": "澶囨敞", "type": "string" }, - "serviceContractId": { - "description": "鏈嶅姟鍚堝悓id", + "sourceId": { + "description": "婧愬崟id", + "type": "integer" + }, + "sourceType": { + "description": "婧愬崟绫诲瀷锛�1閿�鍞槑缁�2鏈嶅姟鍚堝悓3閿�鍞彂绁級", "type": "integer" }, "status": { -- Gitblit v1.8.0