1
This commit is contained in:
parent
da91ca92c3
commit
ad98c03aa2
@ -47,6 +47,15 @@ class RankActivityService extends BaseService {
|
|||||||
}
|
}
|
||||||
$userDb = myself()->_getOrmUserInfo();
|
$userDb = myself()->_getOrmUserInfo();
|
||||||
$currentRankingMeta = mt\EventRanking::getCurrentRanking();
|
$currentRankingMeta = mt\EventRanking::getCurrentRanking();
|
||||||
|
error_log(
|
||||||
|
json_encode(array(
|
||||||
|
'account_id' => $userDb['account_id'],
|
||||||
|
'themeType' => $currentRankingMeta['themeType'],
|
||||||
|
'kill' => getReqVal('kills', 0),
|
||||||
|
'ranked' => getReqVal('ranked', 0),
|
||||||
|
'ceg'=>$gold
|
||||||
|
))
|
||||||
|
);
|
||||||
if ($currentRankingMeta){
|
if ($currentRankingMeta){
|
||||||
switch ($currentRankingMeta['themeType']){
|
switch ($currentRankingMeta['themeType']){
|
||||||
case self::KILLS_TYPE :
|
case self::KILLS_TYPE :
|
||||||
|
Loading…
x
Reference in New Issue
Block a user