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