This commit is contained in:
hujiabin 2022-11-16 21:20:06 +08:00
parent ad02e925b6
commit dc5b518d03
3 changed files with 0 additions and 6 deletions

View File

@ -212,7 +212,6 @@ class EventRankingController extends BaseAuthedController
'rows' => $rankingList, 'rows' => $rankingList,
'my_ranked' => $this->myRanked 'my_ranked' => $this->myRanked
); );
error_log("*************************************");
error_log(json_encode( error_log(json_encode(
array( array(
'account_id'=>$userInfo['account_id'], 'account_id'=>$userInfo['account_id'],
@ -224,7 +223,6 @@ class EventRankingController extends BaseAuthedController
) )
)); ));
return $rankingData; return $rankingData;
// print_r($rankingData);die;
} }
private function paginate($rows,$page,$size){ private function paginate($rows,$page,$size){

View File

@ -560,8 +560,6 @@ class GunController extends BaseAuthedController {
} }
$newGunDb = Gun::find($gunUniId); $newGunDb = Gun::find($gunUniId);
$newGun = Gun::toDto($newGunDb); $newGun = Gun::toDto($newGunDb);
$rankActivityService = new services\RankActivityService();
$rankActivityService->heroUpgradeLevel($gunDb['gun_lv'] + 1);
} }
{ {

View File

@ -325,8 +325,6 @@ class HeroController extends BaseAuthedController {
} }
$newHeroDb = Hero::find($heroUniId); $newHeroDb = Hero::find($heroUniId);
$newHero = Hero::toDto($newHeroDb); $newHero = Hero::toDto($newHeroDb);
$rankActivityService = new services\RankActivityService();
$rankActivityService->heroUpgradeLevel($heroDb['hero_lv'] + 1);
} }
{ {
//埋点 //埋点