This commit is contained in:
suyl
2021-06-03 18:15:00 +08:00
parent 6a0e97f555
commit 320aae9b18

View File

@@ -17,6 +17,10 @@ type ReportController struct {
// @Param token header string true "认证token"
// @Param storeIDs formData string false "京西门店ID列表[1,2,3]"
// @Param vendorIDs formData string false "平台ID列表[1,2,3]"
// @Param marketManPhone formData string false "平台负责人"
// @Param jdPhone formData string false "京东负责人电话"
// @Param mtPhone formData string false "美团负责人电话"
// @Param ebaiPhone formData string false "饿百负责人电话"
// @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