- up
This commit is contained in:
@@ -101,10 +101,10 @@ type ShippingFeeActData struct {
|
||||
type RetailDiscountActData struct {
|
||||
AppFoodCode string `json:"app_food_code"`
|
||||
UserType int `json:"user_type"`
|
||||
StartTime int64 `json:"start_time"` // 活动开始时间,单位秒
|
||||
EndTime int64 `json:"end_time"` // 活动结束时间,单位秒
|
||||
OrderLimit int `json:"order_limit"`
|
||||
DayLimit int `json:"day_limit"`
|
||||
StartTime int64 `json:"start_time"` // 活动开始时间,单位秒
|
||||
EndTime int64 `json:"end_time"` // 活动结束时间,单位秒
|
||||
OrderLimit int `json:"order_limit"` // 每单限购:1)只能是正整数或-1。2)最大为10。
|
||||
DayLimit int `json:"day_limit"` // 当日活动库存:只能是正整数或-1。
|
||||
Period string `json:"period"`
|
||||
WeeksTime string `json:"weeks_time"`
|
||||
SettingType int `json:"setting_type"`
|
||||
|
||||
Reference in New Issue
Block a user