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

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

@@ -987,7 +987,7 @@ class TestController extends BaseController
     //交易查询 ssh 20231021
     public function actionTradeQuery()
     {
-        $shopId = 7779;
+        $shopId = 7855;
         $shop = ShopClass::getById($shopId, true);
         if (empty($shop)) {
             util::stop('没有找到门店,编号677230');