Browse Source

update

master
shenjiachi 5 days ago
parent
commit
3640cd7169
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      enum/user_virtual_amount_flow.go

+ 2
- 2
enum/user_virtual_amount_flow.go View File

@@ -30,9 +30,9 @@ func (kind UserVirtualAmountFlowTransferType) String() string {
case EggEnergyWatchAdRewardTeamActiveCoin:
return "圈层奖励" //浏览视频奖励-团队蛋蛋积分
case EggPointCoinToExchangeToPersonEggEnergy:
return "个人蛋蛋积分兑换"
return "个人活跃值兑换"
case EggPointCoinToExchangeToTeamEggEnergy:
return "团队蛋蛋积分兑换"
return "团队活跃值兑换"
case PersonEggGetByEnergyEggPointCoin:
return "兑换到个人蛋蛋能量"
case TeamEggGetByEnergyEggPointCoin:


Loading…
Cancel
Save