【触客宝】 自动分配好友提交
This commit is contained in:
@@ -18,7 +18,7 @@ class WebSocketController extends BaseController
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
$this->authorized = $this->request->header('authorization', $this->authorization);
|
||||
$this->authorized = $this->request->header('authorization', '');
|
||||
$this->accountId = $this->request->param('accountId', '');
|
||||
if (empty($this->authorized) || empty($this->accountId)) {
|
||||
$data['authorized'] = $this->authorized;
|
||||
|
||||
Reference in New Issue
Block a user