Browse Source

更新接口

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

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

@@ -552,7 +552,6 @@ class TestController extends BaseController
             'serial_no' => '018b08cfddbd',
             'merchant_no' => $shop->lklSjNo,
             'term_no' => $shop->lklScanTermNo,
-
             'merchantPrivateKeyPath' => $merchantPrivateKeyPath,
             'lklCertificatePath' => $lklCertificatePath,
         ];
@@ -677,7 +676,7 @@ class TestController extends BaseController
     //零售订单查询 ssh 20231031
     public function actionLsTradeQuery()
     {
-        $shopId = 1489;
+        $shopId = 520;
         $shop = ShopClass::getById($shopId, true);
         if (empty($shop)) {
             util::stop('没有找到门店21');
@@ -694,7 +693,7 @@ class TestController extends BaseController
         ];
         $laResource = new Lakala($params);
         $queryParams = [
-            'orderSn' => 'KD26555221',
+            'orderSn' => 'KD26555366',
             //'tradeNo' => '20231029110113130266215259252887',
         ];
         $response = $laResource->query($queryParams, 0);