liugc 9 mesiacov pred
rodič
commit
b76745e846
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      app/api/controller/DouYinController.php

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

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