From b327b91db1c7015845ad293e8ccc48c4611819c6 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期三, 05 六月 2024 20:56:34 +0800 Subject: [PATCH] 位置报表下载接口 --- docs/swagger.yaml | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index f8b7f54..8177db7 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -2251,6 +2251,37 @@ summary: 涓嬭浇搴撳瓨鎶ヨ〃 tags: - 鎶ヨ〃 + /api-wms/v1/forms/downloadLocationForms: + post: + parameters: + - description: token + in: header + name: Authorization + required: true + type: string + - description: 鏌ヨ鍙傛暟 + in: body + name: object + required: true + schema: + $ref: '#/definitions/request.GetLocationForms' + produces: + - application/json + responses: + "200": + description: 鎴愬姛 + schema: + allOf: + - $ref: '#/definitions/util.ResponseList' + - properties: + data: + items: + $ref: '#/definitions/response.LocationForms' + type: array + type: object + summary: 涓嬭浇浣嶇疆鎶ヨ〃 + tags: + - 鎶ヨ〃 /api-wms/v1/forms/getHistory: post: parameters: @@ -2311,6 +2342,11 @@ /api-wms/v1/forms/getLocationForms: post: parameters: + - description: token + in: header + name: Authorization + required: true + type: string - description: 鏌ヨ鍙傛暟 in: body name: object -- Gitblit v1.8.0