Sfoglia il codice sorgente

欠款的查询与跟踪

shish 2 anni fa
parent
commit
e08a5c1fb1
1 ha cambiato i file con 7 aggiunte e 1 eliminazioni
  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()