This commit is contained in:
hujiabin 2022-11-16 15:50:08 +08:00
parent da91ca92c3
commit ad98c03aa2

View File

@ -47,6 +47,15 @@ class RankActivityService extends BaseService {
}
$userDb = myself()->_getOrmUserInfo();
$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){
switch ($currentRankingMeta['themeType']){
case self::KILLS_TYPE :