From 9461cf8416e5b745a5631fe24703dcfb7aee2d35 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期六, 23 三月 2024 16:35:02 +0800 Subject: [PATCH] swag 提交 --- docs/docs.go | 38 ++++++++++++++++++++++++++++++++++++++ 1 files changed, 38 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 9d4195b..5601ef6 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1606,6 +1606,44 @@ } } }, + "/purchase/allProductInWarehouse": { + "post": { + "security": [ + { + "ApiKeyAuth": [] + } + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "Purchase" + ], + "summary": "鍏ㄩ儴鍚堟牸鍏ュ簱", + "parameters": [ + { + "description": "鍙傛暟", + "name": "data", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/purchaserequest.PurchaseProductConfirmInfo" + } + } + ], + "responses": { + "200": { + "description": "鑾峰彇纭淇℃伅", + "schema": { + "$ref": "#/definitions/response.Response" + } + } + } + } + }, "/purchase/getOperationInfo/{id}": { "get": { "security": [ -- Gitblit v1.8.0