|
|
@@ -37,6 +37,10 @@ type WithdrawFrequencySettingStruct struct { |
|
|
|
Duration int `json:"duration"` // 周期 (1.天 2.周 3.月) |
|
|
|
Num []string `json:"num"` // 周期数 |
|
|
|
} |
|
|
|
type WithdrawFeeSetStruct struct { |
|
|
|
Kind int `json:"duration"` // 类型 (1.固定金额 2.固定比例) |
|
|
|
Value int `json:"value"` //具体值 |
|
|
|
} |
|
|
|
|
|
|
|
const DealUserCoinRequestIdPrefix = "egg_deal_user_coin:%d:uid:%d" |
|
|
|
|
|
|
|