From a53591167bf111ffc0eb2cb129aa7ff8b4cb470d Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期二, 15 八月 2023 19:34:22 +0800 Subject: [PATCH] add --- docs/docs.go | 91 ++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 89 insertions(+), 2 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index ebddcb8..6282947 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1525,6 +1525,37 @@ } } }, + "/api/contactInformation/list": { + "get": { + "produces": [ + "application/json" + ], + "tags": [ + "ContactInformation" + ], + "summary": "鑱旂郴鏂瑰紡鍒楄〃", + "responses": { + "200": { + "description": "OK", + "schema": { + "allOf": [ + { + "$ref": "#/definitions/contextx.Response" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/definitions/response.ContactInformationResponse" + } + } + } + ] + } + } + } + } + }, "/api/contract/add": { "post": { "produces": [ @@ -10263,6 +10294,29 @@ "SalesRefundKeywordPriceTotal" ] }, + "constvar.SalesReturnKeywordType": { + "type": "string", + "enum": [ + "閿�鍞��璐у崟缂栧彿", + "瀹㈡埛鍚嶇О", + "閫�娆炬棩鏈�", + "鐘舵��", + "閫�鍏ヤ粨搴�", + "搴旈��娆�", + "宸查��娆�", + "閿�鍞礋璐d汉" + ], + "x-enum-varnames": [ + "SalesReturnKeywordReturnNumber", + "SalesReturnKeywordClientName", + "SalesReturnKeywordReturnDate", + "SalesReturnKeywordStatus", + "SalesReturnKeywordRepository", + "SalesReturnKeywordAmountShouldRefund", + "SalesReturnKeywordAmountHasRefund", + "SalesReturnKeywordPrincipal" + ] + }, "constvar.SalesReturnSourceType": { "type": "integer", "enum": [ @@ -10913,6 +10967,17 @@ "type": "integer" }, "wechat": { + "type": "string" + } + } + }, + "model.ContactInformation": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "name": { "type": "string" } } @@ -12066,7 +12131,7 @@ "type": "integer" }, "isInvoice": { - "type": "integer" + "type": "string" }, "member": { "$ref": "#/definitions/model.User" @@ -12123,6 +12188,14 @@ "$ref": "#/definitions/model.SalesReturnStatus" } ] + }, + "amountHasRefund": { + "description": "宸查��娆鹃噾棰�", + "type": "number" + }, + "amountShouldRefund": { + "description": "搴旈��娆鹃噾棰�", + "type": "number" }, "client": { "$ref": "#/definitions/model.Client" @@ -15041,6 +15114,9 @@ "keyword": { "type": "string" }, + "keywordType": { + "$ref": "#/definitions/constvar.SalesReturnKeywordType" + }, "page": { "description": "椤电爜", "type": "integer" @@ -15384,7 +15460,7 @@ "type": "integer" }, "isInvoice": { - "type": "integer" + "type": "string" }, "memberId": { "type": "integer" @@ -17838,6 +17914,17 @@ } } }, + "response.ContactInformationResponse": { + "type": "object", + "properties": { + "list": { + "type": "array", + "items": { + "$ref": "#/definitions/model.ContactInformation" + } + } + } + }, "response.ContactResponse": { "type": "object", "properties": { -- Gitblit v1.8.0