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

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

@@ -25,7 +25,13 @@ use common\components\util;
 class TestController extends BaseController
 {
 
-    public $guestAccess = ['apply', 'clear', 'ls-trade-query', 'refund-query', 'inform', 'notice', 'order-query', 'add-order', 'index', 'get', 'trade-query', 'query', 'balance-query', 'refund'];
+    public $guestAccess = ['debt', 'apply', 'clear', 'ls-trade-query', 'refund-query', 'inform', 'notice', 'order-query', 'add-order', 'index', 'get', 'trade-query', 'query', 'balance-query', 'refund'];
+
+    //欠款的查询与跟踪 ssh 20240103
+    public function actionDebt()
+    {
+
+    }
 
     //退款操作 ssh 20231029
     public function actionRefund()