抖音订单抓取日期修改
This commit is contained in:
parent
8551544314
commit
729508923f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue