getAccount($acid); } public function checkIntoManage() { if (empty($this->account) || (!empty($this->account['account']) && $this->account['type'] != ACCOUNT_TYPE_ALIAPP_NORMAL && !defined('IN_MODULE'))) { return false; } return true; } }