1
0
liugc 9 сар өмнө
parent
commit
b76745e846

+ 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());