This commit is contained in:
toom1996
2025-07-01 19:16:57 +08:00
parent 976bb3cce9
commit f060934b86

View File

@ -117,7 +117,7 @@ var_dump($requestData);
$query->description = $desc;
$query->url = $value['mu'];
// 百度wap, 头条pc 特殊处理
if (in_array($requestData['platform'], [2, 3])) {
if (in_array($requestData['platform'], [2, 3, 4])) {
$value['id'] = (intval(AppKeywordsMonitorTask::find($aid)?->page) - 1) * 10 + $value['id'];
}
$query->order = $value['id'];