diff --git a/service/app/server/Douyin.php b/service/app/server/Douyin.php index d8e842ed..84671a2b 100644 --- a/service/app/server/Douyin.php +++ b/service/app/server/Douyin.php @@ -145,10 +145,10 @@ class Douyin $start = strtotime($start); $end = strtotime($end); - if ($start < strtotime('2024-05-22')) { - $this->totalPage = 1; - return []; - } +// if ($start < strtotime('2024-05-22')) { +// $this->totalPage = 1; +// return []; +// } if ($orderId) { $start = $end = null;