1
This commit is contained in:
parent
ff8c578e30
commit
b24f14068b
@ -112,7 +112,7 @@ class RoomBattleDataService extends BaseService {
|
|||||||
$member['battle_score'] = $battleScore;
|
$member['battle_score'] = $battleScore;
|
||||||
// //验证非机器人
|
// //验证非机器人
|
||||||
$account = getXVal($member,'account_id', 0);
|
$account = getXVal($member,'account_id', 0);
|
||||||
if(myself()->_isAndroidAccountId($account)){
|
if(!myself()->_isAndroidAccountId($account)){
|
||||||
error_log('Real Account:'.$account);
|
error_log('Real Account:'.$account);
|
||||||
myself()->switchAccount($account);
|
myself()->switchAccount($account);
|
||||||
$userDb = myself()->_getOrmUserInfo();
|
$userDb = myself()->_getOrmUserInfo();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user