From 0fe9cf3173776fa4539a0719d45fc3fff3849f4c Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 27 十一月 2023 14:35:18 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/SRM --- 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