shish 1 год назад
Родитель
Сommit
7b88fca2a8
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app-ghs/controllers/TestController.php

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

@@ -705,6 +705,7 @@ class TestController extends BaseController
     //零售订单退款 ssh 20250611
     public function actionLsTradeRefund()
     {
+        util::stop('接口已关闭');
         $shopId = 17117;
         $shop = ShopClass::getById($shopId, true);
         if (empty($shop)) {