diff --git a/controllers/jx_report.go b/controllers/jx_report.go index e80011d25..81bcdb069 100644 --- a/controllers/jx_report.go +++ b/controllers/jx_report.go @@ -15,7 +15,7 @@ type ReportController struct { // @Title 查询订单统计信息 // @Description 根据门店idlist和时间范围查询 // @Param token header string true "认证token" -// @Param storeIDs formData string true "京西门店ID列表[1,2,3]" +// @Param storeIDs formData string false "京西门店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)"