shish 4 months ago
parent
commit
3efcb257fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/TestController.php

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

@@ -831,7 +831,7 @@ class TestController extends BaseController
         $response = $laResource->query($queryParams, 0);
         echo "<pre>";
         print_r($response);
-        util::stop();
+        //util::stop();
         $code = $response['code'] ?? '';
         if ($code == 'BBS00000') {
             $retData = $response['resp_data'];