shish 2 jaren geleden
bovenliggende
commit
bc3e3bbbc2
1 gewijzigde bestanden met toevoegingen van 3 en 0 verwijderingen
  1. 3 0
      app-ghs/controllers/TestController.php

+ 3 - 0
app-ghs/controllers/TestController.php

@@ -36,6 +36,9 @@ class TestController extends BaseController
     //欠款的查询与跟踪 ssh 20240103
     public function actionDebt()
     {
+        echo "<pre>";
+        print_r($_SERVER);
+        die;
         $customId = 17081;
         $custom = CustomClass::getById($customId, true);
         if (empty($custom)) {