This commit is contained in:
苏尹岚
2021-03-19 14:23:27 +08:00
parent 119c569618
commit ee63b713de

View File

@@ -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