|
@@ -27,4 +27,18 @@ type DestructionSettingStruct struct { |
|
|
MarketplaceMerchant string `json:"marketplace_merchant"` //市商数量百分比 |
|
|
MarketplaceMerchant string `json:"marketplace_merchant"` //市商数量百分比 |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
type WelfareOrdersLimit struct { |
|
|
|
|
|
ContinuousDailyActivityNums string `json:"continuous_daily_activity_nums"` //连续日活 |
|
|
|
|
|
DirectPushLimit struct { |
|
|
|
|
|
DirectPushUserNums string `json:"direct_push_user_nums"` //直推用户数 |
|
|
|
|
|
ContinuousDailyActivityNums string `json:"continuous_daily_activity_nums"` //连续日活 |
|
|
|
|
|
} `json:"direct_push_limit"` //直推机制 |
|
|
|
|
|
WelfareOrdersProfitExchange string `json:"welfare_orders_profit_exchange"` //福利订单利润兑换率 |
|
|
|
|
|
SingleUserLimitBuyNums string `json:"single_user_limit_buy_nums"` //单个用户限购 |
|
|
|
|
|
PlatformMembers []struct { |
|
|
|
|
|
From string `json:"from"` |
|
|
|
|
|
To string `json:"to"` |
|
|
|
|
|
} `json:"platform_members"` //平台会员 |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
const DealUserCoinRequestIdPrefix = "%s:one_circles_green_energy_deal_user_coin:%d:uid:%d" |
|
|
const DealUserCoinRequestIdPrefix = "%s:one_circles_green_energy_deal_user_coin:%d:uid:%d" |