1
This commit is contained in:
parent
ac98e65bfe
commit
ff8c578e30
@ -1618,5 +1618,5 @@ class MFRoomReportTeam(object):
|
|||||||
['pve_wave', 0, 'pve波次'],
|
['pve_wave', 0, 'pve波次'],
|
||||||
['pve_max_wave', 0, 'pve最大波次'],
|
['pve_max_wave', 0, 'pve最大波次'],
|
||||||
|
|
||||||
['!members', [_common.TeamReportMember()], '成员数据'],
|
['!members', [TeamReportMember()], '成员数据'],
|
||||||
]
|
]
|
||||||
|
@ -229,7 +229,8 @@ class BaseController {
|
|||||||
|
|
||||||
public function _isAndroidAccountId($accountId)
|
public function _isAndroidAccountId($accountId)
|
||||||
{
|
{
|
||||||
return false;
|
$channel = phpcommon\extractChannel($accountId);
|
||||||
|
return $channel == "0000";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user