From 9f98932726cb41697fabccbbbd876205e7255c95 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 25 八月 2023 11:40:28 +0800 Subject: [PATCH] add --- docs/docs.go | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 49 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 2ff80f6..835bc27 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -3253,6 +3253,44 @@ } } }, + "/s/changeSupplierStatus": { + "post": { + "security": [ + { + "ApiKeyAuth": [] + } + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "Supplier" + ], + "summary": "淇敼Supplier鐘舵��", + "parameters": [ + { + "description": "淇敼Supplier鐘舵��", + "name": "data", + "in": "body", + "required": true, + "schema": { + "$ref": "#/definitions/request.SupplierStatus" + } + } + ], + "responses": { + "200": { + "description": "{\"success\":true,\"data\":{},\"msg\":\"淇敼鎴愬姛\"}", + "schema": { + "type": "string" + } + } + } + } + }, "/s/createSupplier": { "post": { "security": [ @@ -6877,6 +6915,17 @@ } } }, + "request.SupplierStatus": { + "type": "object", + "properties": { + "id": { + "type": "integer" + }, + "status": { + "type": "integer" + } + } + }, "request.SysAuthorityBtnReq": { "type": "object", "properties": { -- Gitblit v1.8.0