shish 1 rok temu
rodzic
commit
cde21bd143
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      app-ghs/controllers/TestController.php

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

@@ -826,7 +826,7 @@ class TestController extends BaseController
     //交易查询 ssh 20231021
     public function actionTradeQuery()
     {
-        $shopId = 7855;
+        $shopId = 763;
         $shop = ShopClass::getById($shopId, true);
         if (empty($shop)) {
             util::stop('没有找到门店23');
@@ -843,7 +843,7 @@ class TestController extends BaseController
         ];
         $laResource = new Lakala($params);
         $queryParams = [
-            'orderSn' => 'CG28329724',
+            'orderSn' => 'CG28416364',
             //'tradeNo' => '66221061685504',
         ];
         $response = $laResource->query($queryParams, 0);