Browse Source

调试ws通知接口

林琦海 5 years ago
parent
commit
92a66cff2d
2 changed files with 2 additions and 2 deletions
  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
 class WsController extends BaseController
 {
 {
 
 
-    public $guestAccess = ['bind'];
+    public $guestAccess = ['bind','send'];
 
 
     //绑定用户
     //绑定用户
     public function actionBind()
     public function actionBind()

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

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