diff --git a/service/app/admin/controller/IndexController.php b/service/app/admin/controller/IndexController.php index e558b360..0d552fc2 100644 --- a/service/app/admin/controller/IndexController.php +++ b/service/app/admin/controller/IndexController.php @@ -79,9 +79,6 @@ class IndexController extends base ->field(['id']) ->select(); $followMessage = count($followMessageList); - if ($request->admin->id == 35) { - Log::info('followMessage:' . json_encode($followMessageList)); - } if ($followMessage) { $followOrderId = $followMessageList[0]['id']; } diff --git a/service/app/command/SpiderDy.php b/service/app/command/SpiderDy.php index d531432e..d3d46e8c 100644 --- a/service/app/command/SpiderDy.php +++ b/service/app/command/SpiderDy.php @@ -44,7 +44,7 @@ class SpiderDy extends Command protected function users($routeType) { - if (count($this->_users) > 0) return $this->_users; + // if (count($this->_users) > 0) return $this->_users; $users = Admins::where('status', 1)->where('is_order', 1)->where('route_type', $routeType)->select(); $us = []; foreach ($users as $u) { diff --git a/service/app/command/SpiderMt.php b/service/app/command/SpiderMt.php index 62a918c3..7ad0ed42 100644 --- a/service/app/command/SpiderMt.php +++ b/service/app/command/SpiderMt.php @@ -45,7 +45,7 @@ class SpiderMt extends Command protected function users($routeType) { - if (count($this->_users) > 0) return $this->_users; + // if (count($this->_users) > 0) return $this->_users; $users = Admins::where('status', 1)->where('is_order', 1)->where('route_type', $routeType)->select(); $us = []; foreach ($users as $u) { diff --git a/service/app/server/Orders.php b/service/app/server/Orders.php index 92ecdc90..d2e5f17b 100644 --- a/service/app/server/Orders.php +++ b/service/app/server/Orders.php @@ -98,7 +98,7 @@ class Orders { case 3: case 5: $dy = new Douyin($order->os); - $it = $dy->get(1, null, null, $order->sn, $order->os); + $it = $dy->get(1, null, null, $order->sn); if ($it) { $got = $it[0];