From 981681b3cc96d3f8e90ce5e358e1540d02f9f5d9 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期二, 19 十二月 2023 16:49:12 +0800 Subject: [PATCH] 错误判断 --- docs/docs.go | 36 ++++-------------------------------- 1 files changed, 4 insertions(+), 32 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index d83cda9..f41e352 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -6971,36 +6971,6 @@ } } }, - "/api/salesDetails/createOperation": { - "post": { - "produces": [ - "application/json" - ], - "tags": [ - "SalesDetails" - ], - "summary": "鍒涘缓浜у搧鍑哄簱淇℃伅", - "parameters": [ - { - "description": "鏌ヨ鍙傛暟", - "name": "object", - "in": "body", - "required": true, - "schema": { - "$ref": "#/definitions/request.SalesDetails" - } - } - ], - "responses": { - "200": { - "description": "OK", - "schema": { - "$ref": "#/definitions/response.ListResponse" - } - } - } - } - }, "/api/salesDetails/delete": { "delete": { "produces": [ @@ -7148,7 +7118,7 @@ } } }, - "/api/salesDetails/sendSalesDetailsToApsProject": { + "/api/salesDetails/sendSalesDetailsToOtherSystem": { "post": { "produces": [ "application/json" @@ -7156,7 +7126,7 @@ "tags": [ "SalesDetails" ], - "summary": "鎺ㄩ�侀攢鍞槑缁嗕俊鎭埌aps椤圭洰妯″潡", + "summary": "鎺ㄩ�侀攢鍞槑缁嗕俊鎭埌鍏朵粬绯荤粺", "parameters": [ { "description": "鏌ヨ鍙傛暟", @@ -19659,6 +19629,8 @@ Description: "", InfoInstanceName: "swagger", SwaggerTemplate: docTemplate, + LeftDelim: "{{", + RightDelim: "}}", } func init() { -- Gitblit v1.8.0