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