diff --git a/service/app/server/Douyin.php b/service/app/server/Douyin.php index 84671a2b..619a0f65 100644 --- a/service/app/server/Douyin.php +++ b/service/app/server/Douyin.php @@ -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;