From e7f3f86e85a46c7962e4701115571a2274631a84 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期二, 15 八月 2023 20:19:44 +0800 Subject: [PATCH] 服务合同批量删除接口 --- docs/docs.go | 21 +++++---------------- 1 files changed, 5 insertions(+), 16 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 5c448f1..51bc4f3 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -7763,15 +7763,15 @@ "tags": [ "ServiceContract" ], - "summary": "鍒犻櫎鏈嶅姟鍚堝悓", + "summary": "鎵归噺鍒犻櫎鏈嶅姟鍚堝悓", "parameters": [ { - "description": "鏌ヨ鍙傛暟", + "description": "鍙傛暟", "name": "object", "in": "body", "required": true, "schema": { - "$ref": "#/definitions/request.DeleteServiceContract" + "$ref": "#/definitions/request.CommonIds" } } ], @@ -8395,12 +8395,12 @@ "application/json" ], "tags": [ - "鏈嶅姟鍗曠鐞�" + "鏈嶅姟鍗�" ], "summary": "鎵归噺鍒犻櫎鏈嶅姟鍗�", "parameters": [ { - "description": "鏌ヨ鍙傛暟", + "description": "鍙傛暟", "name": "object", "in": "body", "required": true, @@ -14676,17 +14676,6 @@ } }, "request.DeleteSalesLeads": { - "type": "object", - "properties": { - "ids": { - "type": "array", - "items": { - "type": "integer" - } - } - } - }, - "request.DeleteServiceContract": { "type": "object", "properties": { "ids": { -- Gitblit v1.8.0