This commit is contained in:
aozhiwei 2022-06-14 18:21:33 +08:00
parent b0efc84140
commit 7f8538483b

View File

@ -187,7 +187,7 @@ class HeroController extends BaseAuthedController {
) )
); );
$newHeroDb = Hero::find($heroUniId); $newHeroDb = Hero::find($heroUniId);
$newHeroDto = Hero::toDto($newHeroDb); $newHero = Hero::toDto($newHeroDb);
error_log(11111); error_log(11111);
$rankActivityService = new services\RankActivityService(); $rankActivityService = new services\RankActivityService();
$rankActivityService->heroUpgradeLevel($heroDb['hero_lv'] + 1); $rankActivityService->heroUpgradeLevel($heroDb['hero_lv'] + 1);