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

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

@@ -970,7 +970,7 @@ class TestController extends BaseController
     //交易查询 ssh 20231021
     public function actionTradeQuery()
     {
-        $shopId = 72366;
+        $shopId = 38770;
         $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 = 'CG30185958';
+        $orderSn = 'CG30236626';
         $tradeNo = '';
         $queryParams = [
             'orderSn' => $orderSn,
@@ -995,7 +995,7 @@ class TestController extends BaseController
         $response = $laResource->query($queryParams, 0);
         echo "<pre>";
         print_r($response);
-        //util::stop();
+        util::stop();
         if (isset($response['code']) && $response['code'] == 'BBS00000') {
             $capitalType = dict::getDict('capitalType', 'xhPurchase', 'id');
             $connection = Yii::$app->db;