shish 5 luni în urmă
părinte
comite
25b3d8e233
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      app-ghs/controllers/TestController.php

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

@@ -970,7 +970,7 @@ class TestController extends BaseController
     //交易查询 ssh 20231021
     public function actionTradeQuery()
     {
-        $shopId = 38770;
+        $shopId = 40312;
         $shop = ShopClass::getById($shopId, true);
         if (empty($shop)) {
             util::stop('没有找到门店,编号677230');
@@ -986,7 +986,7 @@ class TestController extends BaseController
             'lklCertificatePath' => $lklCertificatePath,
         ];
         $laResource = new Lakala($params);
-        $orderSn = 'CG30236626';
+        $orderSn = 'CG30304710';
         $tradeNo = '';
         $queryParams = [
             'orderSn' => $orderSn,