抖音订单抓取日期修改

This commit is contained in:
karl 2024-07-28 17:05:04 +08:00
parent 8551544314
commit 729508923f
1 changed files with 4 additions and 4 deletions

View File

@ -145,10 +145,10 @@ class Douyin
$start = strtotime($start); $start = strtotime($start);
$end = strtotime($end); $end = strtotime($end);
if ($start < strtotime('2024-05-22')) { // if ($start < strtotime('2024-05-22')) {
$this->totalPage = 1; // $this->totalPage = 1;
return []; // return [];
} // }
if ($orderId) { if ($orderId) {
$start = $end = null; $start = $end = null;