liugc 9 месяцев назад
Родитель
Сommit
b76745e846
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      app/api/controller/DouYinController.php

+ 2 - 2
app/api/controller/DouYinController.php

@@ -281,7 +281,7 @@ class DouYinController extends BaseApiController
         try {
             $params = $this->request->post(); // order_number
             Log::info('reservation:'.formatLogData($params));
-            DouYinService::reservation($params);
+            //DouYinService::reservation($params);
             return $this->success();
         } catch (\Exception $e) {
             return $this->fail($e->getMessage());
@@ -298,7 +298,7 @@ class DouYinController extends BaseApiController
         try {
             $params = $this->request->post(); // order_number appointment_time
             Log::info('upReservation:'.formatLogData($params));
-            DouYinService::upReservation($params);
+            //DouYinService::upReservation($params);
             return $this->success();
         } catch (\Exception $e) {
             return $this->fail($e->getMessage());