From 8d3f2400195b0ae746e51ed4871e2b0ab621c928 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 06 五月 2024 17:24:11 +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 2f659b0..4d081f3 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -1271,6 +1271,11 @@ required: - code type: object + request.DoMonthStats: + properties: + token: + type: string + type: object request.FinishLocationProductAmount: properties: locationProductAmountId: @@ -2184,6 +2189,37 @@ summary: 缂栬緫鍏徃 tags: - 鍏徃 + /api-wms/v1/forms/doMonthStats: + post: + parameters: + - description: 鏌ヨ鍙傛暟 + in: body + name: object + required: true + schema: + $ref: '#/definitions/request.DoMonthStats' + - description: token + in: header + name: Authorization + required: true + type: string + produces: + - application/json + responses: + "200": + description: 鎴愬姛 + schema: + allOf: + - $ref: '#/definitions/util.ResponseList' + - properties: + data: + items: + $ref: '#/definitions/models.MonthStats' + type: array + type: object + summary: 鎵嬪姩璺戞湀搴︾粺璁″簱瀛樻姤琛� + tags: + - 鎶ヨ〃 /api-wms/v1/forms/getHistory: post: parameters: -- Gitblit v1.8.0