From ecc6048c4257f4d8ad120ebf2fdb21356dcca977 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 24 十一月 2023 10:25:46 +0800 Subject: [PATCH] 根据编码查询供应商 --- docs/docs.go | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 240e3be..750d564 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -2249,6 +2249,42 @@ } } }, + "/s/getSupplierByNumber/{number}": { + "get": { + "security": [ + { + "ApiKeyAuth": [] + } + ], + "consumes": [ + "application/json" + ], + "produces": [ + "application/json" + ], + "tags": [ + "Supplier" + ], + "summary": "鐢ㄧ紪鐮佹煡璇upplier", + "parameters": [ + { + "type": "string", + "description": "渚涘簲鍟嗙紪鐮�", + "name": "number", + "in": "path", + "required": true + } + ], + "responses": { + "200": { + "description": "{\"success\":true,\"data\":{},\"msg\":\"鏌ヨ鎴愬姛\"}", + "schema": { + "type": "string" + } + } + } + } + }, "/s/getSupplierList": { "get": { "security": [ -- Gitblit v1.8.0