This commit is contained in:
toom1996
2025-06-27 10:05:26 +08:00
parent 0531e390aa
commit 5995a981e8

View File

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