|
|
@@ -42,6 +42,11 @@ type WithdrawFeeSetStruct struct { |
|
|
|
Value int `json:"value"` //具体值 |
|
|
|
} |
|
|
|
|
|
|
|
type WithdrawTimeIntervalStruct struct { |
|
|
|
StartAt string `json:"start_at"` |
|
|
|
EndAt string `json:"end_at"` |
|
|
|
} |
|
|
|
|
|
|
|
const DealUserCoinRequestIdPrefix = "egg_deal_user_coin:%d:uid:%d" |
|
|
|
|
|
|
|
type AddPublicPlatoonUserRelationCommissionReq struct { |
|
|
|