|
|
@@ -35,6 +35,11 @@ type DestructionSettingStruct struct { |
|
|
|
CommunityDividends string `json:"community_dividends"` //社区分红百分比 |
|
|
|
} |
|
|
|
|
|
|
|
type WithdrawFrequencySetStruct struct { |
|
|
|
Day int `json:"day"` // x 天 |
|
|
|
Times int `json:"times"` // y 次 |
|
|
|
} |
|
|
|
|
|
|
|
const DealUserCoinRequestIdPrefix = "egg_deal_user_coin:%d:uid:%d" |
|
|
|
|
|
|
|
type AddPublicPlatoonUserRelationCommissionReq struct { |
|
|
|