【触客宝】 自动分配好友提交

This commit is contained in:
wong
2025-04-27 13:54:59 +08:00
parent ad60944f88
commit daf306113d
8 changed files with 533 additions and 4 deletions

View File

@@ -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;