shish 1 year ago
parent
commit
46d986b57c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app-ghs/controllers/TestController.php

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

@@ -647,8 +647,8 @@ class TestController extends BaseController
         ];
         $laResource = new Lakala($params);
         $queryParams = [
-            //'orderSn' => 'CL28847491',
-            'tradeNo' => '66217906316756',
+            'orderSn' => 'CL28847491',
+            //'tradeNo' => '66217906316756',
         ];
         $response = $laResource->query($queryParams, 1);
         echo "<pre>";