diff --git a/service/app/server/Douyin.php b/service/app/server/Douyin.php index 4457a29e..1be72e48 100644 --- a/service/app/server/Douyin.php +++ b/service/app/server/Douyin.php @@ -19,7 +19,7 @@ class Douyin private $token = ''; private $gate = 'https://life.douyin.com'; public $totalPage = 6; - private $keywords = ['泰国', '普吉岛', '西藏', '港', '澳', 'S', 'G', 's', 'g']; + private $keywords = ['泰国', '普吉岛', '西藏', 'S', 'G', 's', 'g']; public function __construct($os = 3) { @@ -214,7 +214,7 @@ class Douyin } } - if (!$kw_match) { + if ($this->os == 3 && !$kw_match) { printf("skip order: %s %s\n", $item->sn, $item->product_name); continue; }