This commit is contained in:
aozhiwei 2022-06-14 18:18:36 +08:00
parent 324a86047a
commit b0efc84140

View File

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