shish 2 年 前
コミット
345748b42e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app-ghs/controllers/TestController.php

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

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