ソースを参照

update

master
dengbiao 2週間前
コミット
f7877f8f1d
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      rule/egg_energy/activity_coin_start_exchange_egg_person_energy.go

+ 1
- 1
rule/egg_energy/activity_coin_start_exchange_egg_person_energy.go ファイルの表示

@@ -54,7 +54,7 @@ func ActivityCoinStartExchangeEggEnergy(engine *xorm.Engine, req md.EggEnergyStr
Kind: "sub",
Title: enum.EggPointCoinToExchangeToTeamEggEnergy.String(),
TransferType: int(enum.EggPointCoinToExchangeToTeamEggEnergy),
CoinId: req.TeamEnergyCoinId,
CoinId: req.TeamPointCoinId,
Uid: req.Uid,
Amount: egg_system_rules.StrToFloat64(sign.TotalTeamEggPoints),
})


読み込み中…
キャンセル
保存