shish 2 лет назад
Родитель
Сommit
22a326b14f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-ghs/controllers/TestController.php

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

@@ -25,7 +25,7 @@ use common\components\util;
 class TestController extends BaseController
 {
 
-    public $guestAccess = ['ls-trade-query', 'refund-query', 'inform', 'notice', 'order-query', 'add-order', 'index', 'get', 'trade-query', 'query', 'balance-query', 'refund'];
+    public $guestAccess = ['apply', 'ls-trade-query', 'refund-query', 'inform', 'notice', 'order-query', 'add-order', 'index', 'get', 'trade-query', 'query', 'balance-query', 'refund'];
 
     //退款操作 ssh 20231029
     public function actionRefund()