From 60bbde43192cdb9d74845fc56b48a2d7433f9538 Mon Sep 17 00:00:00 2001 From: karl Date: Sun, 28 Jul 2024 17:12:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=96=E9=9F=B3=E8=AE=A2=E5=8D=95=E6=8A=93?= =?UTF-8?q?=E5=8F=96=E6=97=A5=E6=9C=9F=E4=BF=AE=E6=94=B9-2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/app/server/Douyin.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;