From 002539c8dc7eae6e64da1608245be01a889c061c Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期六, 02 十二月 2023 14:48:14 +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