This commit is contained in:
gazebo
2019-07-03 15:30:02 +08:00
parent 41c5fb7e85
commit 69a630be78

View File

@@ -103,8 +103,8 @@ type RetailDiscountActData struct {
UserType int `json:"user_type"` UserType int `json:"user_type"`
StartTime int64 `json:"start_time"` // 活动开始时间,单位秒 StartTime int64 `json:"start_time"` // 活动开始时间,单位秒
EndTime int64 `json:"end_time"` // 活动结束时间,单位秒 EndTime int64 `json:"end_time"` // 活动结束时间,单位秒
OrderLimit int `json:"order_limit"` OrderLimit int `json:"order_limit"` // 每单限购1)只能是正整数或-1。2)最大为10。
DayLimit int `json:"day_limit"` DayLimit int `json:"day_limit"` // 当日活动库存:只能是正整数或-1。
Period string `json:"period"` Period string `json:"period"`
WeeksTime string `json:"weeks_time"` WeeksTime string `json:"weeks_time"`
SettingType int `json:"setting_type"` SettingType int `json:"setting_type"`