|
@@ -17,3 +17,5 @@ type ExchangeRulesStruct struct { |
|
|
AutoExchangeNumsByPerson string `json:"auto_exchange_nums_by_person"` //个人数量X个,自动兑换可用绿色能量 |
|
|
AutoExchangeNumsByPerson string `json:"auto_exchange_nums_by_person"` //个人数量X个,自动兑换可用绿色能量 |
|
|
AutoExchangeNumsByTeam string `json:"auto_exchange_nums_by_team"` //团队量X个,自动兑换结算绿色能量 |
|
|
AutoExchangeNumsByTeam string `json:"auto_exchange_nums_by_team"` //团队量X个,自动兑换结算绿色能量 |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const UserNextWatchAdDate = "%s:user_next_watch_date:%d" |