From ee63b713de8abe6bf3f1c3af96774f4b2f9f34a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 19 Mar 2021 14:23:27 +0800 Subject: [PATCH] aa --- controllers/jx_report.go | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/jx_report.go b/controllers/jx_report.go index a3be12b75..5625ae33f 100644 --- a/controllers/jx_report.go +++ b/controllers/jx_report.go @@ -16,6 +16,7 @@ type ReportController struct { // @Description 根据门店idlist和时间范围查询 // @Param token header string true "认证token" // @Param storeIDs formData string true "京西门店ID列表[1,2,3]" +// @Param vendorIDs formData string true "平台ID列表[1,2,3]" // @Param fromDate formData string true "开始日期(包含),格式(2006-01-02 00:00:00)" // @Param toDate formData string true "结束日期(包含),格式(2006-01-02 00:00:00)" // @Success 200 {object} controllers.CallResult