فهرست منبع

调试ws通知接口

林琦海 5 سال پیش
والد
کامیت
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()