统计接口修改

This commit is contained in:
苏尹岚
2019-10-30 18:23:01 +08:00
parent 186a543ce0
commit b61d677cea
2 changed files with 17 additions and 17 deletions

View File

@@ -15,8 +15,8 @@ type ReportController struct {
// @Description 根据门店idlist和时间范围查询
// @Param token header string true "认证token"
// @Param storeIDs formData string true "京西门店ID列表[1,2,3]"
// @Param FromDate formData string false "开始日期包含格式2006-01-02 00:00:00)"
// @Param ToDate formData string false "结束日期包含格式2006-01-02 00:00:00)"
// @Param fromDate formData string false "开始日期包含格式2006-01-02 00:00:00)"
// @Param toDate formData string false "结束日期包含格式2006-01-02 00:00:00)"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /StatisticsReportForOrders [post]