shish 2 лет назад
Родитель
Сommit
bdb8edcd6c
1 измененных файлов с 2 добавлено и 4 удалено
  1. 2 4
      app-mall/controllers/TestController.php

+ 2 - 4
app-mall/controllers/TestController.php

@@ -21,8 +21,7 @@ class TestController extends BaseController
     //收银台订单查询 ssh 20231026
     public function actionTradeQuery()
     {
-        //$shopId = 36524;
-        $shopId = 1;
+        $shopId = 36524;
         $shop = ShopClass::getById($shopId, true);
         if (empty($shop)) {
             util::fail('没有找到门店');
@@ -38,8 +37,7 @@ class TestController extends BaseController
             'lklCertificatePath' => $lklCertificatePath,
         ];
         $laResource = new Lakala($params);
-        //$orderSn = 'KD_CS61235138';
-        $orderSn = 'KD26449727';
+        $orderSn = 'KD_CS61235138';
         $cashParams = [
             'out_order_no' => $orderSn,
         ];