|
|
@@ -47,6 +47,11 @@ type WithdrawTimeIntervalStruct struct { |
|
|
|
EndAt string `json:"end_at"` |
|
|
|
} |
|
|
|
|
|
|
|
type FirstWithdrawSet struct { |
|
|
|
IsNeedRealName int `json:"is_need_real_name"` // 是否需要实名(0:不需要,1:需要) |
|
|
|
FirstWithdrawAmountLimit string `json:"first_withdraw_amount_limit"` // 不需要实名时 最大提现金额 |
|
|
|
} |
|
|
|
|
|
|
|
const DealUserCoinRequestIdPrefix = "egg_deal_user_coin:%d:uid:%d" |
|
|
|
|
|
|
|
type AddPublicPlatoonUserRelationCommissionReq struct { |
|
|
|