This commit is contained in:
aozhiwei 2024-04-03 14:07:19 +08:00
parent ac98e65bfe
commit ff8c578e30
2 changed files with 3 additions and 2 deletions

View File

@ -1618,5 +1618,5 @@ class MFRoomReportTeam(object):
['pve_wave', 0, 'pve波次'],
['pve_max_wave', 0, 'pve最大波次'],
['!members', [_common.TeamReportMember()], '成员数据'],
['!members', [TeamReportMember()], '成员数据'],
]

View File

@ -229,7 +229,8 @@ class BaseController {
public function _isAndroidAccountId($accountId)
{
return false;
$channel = phpcommon\extractChannel($accountId);
return $channel == "0000";
}
}