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

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

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