1
This commit is contained in:
parent
ad02e925b6
commit
dc5b518d03
@ -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){
|
||||||
|
@ -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);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -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);
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
//埋点
|
//埋点
|
||||||
|
Loading…
x
Reference in New Issue
Block a user