林琦海 5 лет назад
Родитель
Сommit
92a66cff2d
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      app-ghs/controllers/WsController.php
  2. 1 1
      app-hd/controllers/WsController.php

+ 1 - 1
app-ghs/controllers/WsController.php

@@ -11,7 +11,7 @@ use GatewayClient\Gateway;
 class WsController extends BaseController
 {
 
-    public $guestAccess = ['bind'];
+    public $guestAccess = ['bind','send'];
 
     //绑定用户
     public function actionBind()

+ 1 - 1
app-hd/controllers/WsController.php

@@ -14,7 +14,7 @@ use GatewayClient\Gateway;
 class WsController extends BaseController
 {
 
-    public $guestAccess = ['bind'];
+    public $guestAccess = ['bind','send'];
 
     //绑定用户
     public function actionBind()