From b0c07ddee23e2d54d03636f08af19f0934857cf4 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 25 八月 2023 10:32:56 +0800 Subject: [PATCH] Merge branch 'hotfix' --- docs/docs.go | 88 +++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 86 insertions(+), 2 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 942f99c..1d57580 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -6779,7 +6779,19 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/contextx.Response" + "allOf": [ + { + "$ref": "#/definitions/contextx.Response" + }, + { + "type": "object", + "properties": { + "data": { + "$ref": "#/definitions/request.AddSalesDetails" + } + } + } + ] } } } @@ -11845,6 +11857,14 @@ "description": "璐︽埛id", "type": "integer" }, + "client": { + "description": "瀹㈡埛id", + "allOf": [ + { + "$ref": "#/definitions/model.Client" + } + ] + }, "clientId": { "description": "瀹㈡埛id", "type": "integer" @@ -12233,6 +12253,9 @@ "signTime": { "type": "string" }, + "updateTime": { + "type": "string" + }, "wechatOrderStatus": { "$ref": "#/definitions/model.WechatOrderStatus" }, @@ -12386,6 +12409,9 @@ "$ref": "#/definitions/constvar.RefundSourceType" } ] + }, + "updateTime": { + "type": "string" } } }, @@ -12465,6 +12491,9 @@ "$ref": "#/definitions/constvar.SalesReturnSourceType" } ] + }, + "updateTime": { + "type": "string" } } }, @@ -12615,6 +12644,12 @@ "contactId": { "type": "integer" }, + "createTime": { + "type": "string" + }, + "creatorName": { + "type": "string" + }, "endTime": { "type": "string" }, @@ -12676,6 +12711,9 @@ "type": "string" }, "terms": { + "type": "string" + }, + "updateTime": { "type": "string" } } @@ -12746,6 +12784,12 @@ "contactId": { "type": "integer" }, + "createTime": { + "type": "string" + }, + "creatorName": { + "type": "string" + }, "file": { "type": "string" }, @@ -12799,6 +12843,9 @@ }, "timelyRateId": { "type": "integer" + }, + "updateTime": { + "type": "string" } } }, @@ -12834,6 +12881,12 @@ "contactId": { "description": "鑱旂郴浜篿d", "type": "integer" + }, + "createTime": { + "type": "string" + }, + "creatorName": { + "type": "string" }, "expectTime": { "description": "甯屾湜澶勭悊鏃堕棿", @@ -12955,6 +13008,9 @@ "timeSpentId": { "description": "鑺辫垂鏃堕棿", "type": "integer" + }, + "updateTime": { + "type": "string" } } }, @@ -13877,6 +13933,14 @@ "description": "璐︽埛id", "type": "integer" }, + "client": { + "description": "瀹㈡埛id", + "allOf": [ + { + "$ref": "#/definitions/model.Client" + } + ] + }, "clientId": { "description": "瀹㈡埛id", "type": "integer" @@ -14331,6 +14395,12 @@ "type": "integer" }, "salesDetailsId": { + "type": "integer" + }, + "serviceContractStatusId": { + "type": "integer" + }, + "serviceContractTypeId": { "type": "integer" }, "serviceTimes": { @@ -15177,7 +15247,7 @@ "type": "integer" }, "search_map": { - "description": "鎼滅储鏉′欢: map[string]interface{}{\"name\": \"xxx\"}; {\"name\": \"瀹㈡埛鍚嶇О\", \"phone\": \"鎵嬫満鍙风爜\", \"detail_address\":\"璇︾粏鍦板潃\", \"next_visit_time\":\"涓嬪洖鍥炶鏃ユ湡\", \"member_name\": \"閿�鍞礋璐d汉\", \"client_status\": \"瀹㈡埛鐘舵�乗", \"client_level\": \"閲嶈绾у埆\"}", + "description": "鎼滅储鏉′欢: map[string]interface{}{\"name\": \"xxx\"}; {\"name\": \"瀹㈡埛鍚嶇О\", \"phone\": \"鎵嬫満鍙风爜\", \"detail_address\":\"璇︾粏鍦板潃\", \"next_visit_time\":\"涓嬪洖鍥炶鏃ユ湡\", \"member_name\": \"閿�鍞礋璐d汉\", \"client_status\": \"瀹㈡埛鐘舵�乗", \"client_level\": \"閲嶈绾у埆\",\"representative\": \"娉曞畾浠h〃浜篭", \"registration_time\": \"娉ㄥ唽鏃堕棿\", \"business_scope\": \"缁忚惀鑼冨洿\", \"remark\": \"澶囨敞\"}", "type": "object", "additionalProperties": true } @@ -16930,6 +17000,14 @@ "description": "璐︽埛id", "type": "integer" }, + "client": { + "description": "瀹㈡埛id", + "allOf": [ + { + "$ref": "#/definitions/model.Client" + } + ] + }, "clientId": { "description": "瀹㈡埛id", "type": "integer" @@ -17608,6 +17686,12 @@ "salesDetailsId": { "type": "integer" }, + "serviceContractStatusId": { + "type": "integer" + }, + "serviceContractTypeId": { + "type": "integer" + }, "serviceTimes": { "type": "integer" }, -- Gitblit v1.8.0