抖音订单抓取日期修改-2

This commit is contained in:
karl 2024-07-28 17:12:34 +08:00
parent 729508923f
commit 60bbde4319
1 changed files with 4 additions and 4 deletions

View File

@ -195,10 +195,10 @@ class Douyin
break;
}
$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) {
$this->totalPage += 1;
}
// $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) {
// $this->totalPage += 1;
// }
//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;