抖音订单抓取日期修改-2
This commit is contained in:
parent
729508923f
commit
60bbde4319
|
@ -195,10 +195,10 @@ class Douyin
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->totalPage = intval($list->data->pagination->total_count / $list->data->pagination->page_count);
|
// $this->totalPage = intval($list->data->pagination->total_count / $list->data->pagination->page_count);
|
||||||
if (($list->data->pagination->total_count % $list->data->pagination->page_count) > 0) {
|
// if (($list->data->pagination->total_count % $list->data->pagination->page_count) > 0) {
|
||||||
$this->totalPage += 1;
|
// $this->totalPage += 1;
|
||||||
}
|
// }
|
||||||
|
|
||||||
//if(mb_strrpos($item->product_name, "S") === false) continue; G 达人 S 自己
|
//if(mb_strrpos($item->product_name, "S") === false) continue; G 达人 S 自己
|
||||||
// if (!(mb_strrpos($item->product_name, "S") || mb_strrpos($item->product_name, "G") || mb_strrpos($item->product_name, "甄"))) continue;
|
// if (!(mb_strrpos($item->product_name, "S") || mb_strrpos($item->product_name, "G") || mb_strrpos($item->product_name, "甄"))) continue;
|
||||||
|
|
Loading…
Reference in New Issue