shish 3 месяцев назад
Родитель
Сommit
181f5df5bb
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app-ghs/controllers/TestController.php

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

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