|
|
@@ -34,8 +34,8 @@ type DestructionSettingStruct struct { |
|
|
|
} |
|
|
|
|
|
|
|
type WithdrawFrequencySettingStruct struct { |
|
|
|
Duration int `json:"duration"` // 周期 (1.天 2.周 3.月) |
|
|
|
Num []int `json:"num"` // 周期数 |
|
|
|
Duration int `json:"duration"` // 周期 (1.天 2.周 3.月) |
|
|
|
Num []string `json:"num"` // 周期数 |
|
|
|
} |
|
|
|
|
|
|
|
const DealUserCoinRequestIdPrefix = "egg_deal_user_coin:%d:uid:%d" |
|
|
|