This commit is contained in:
toom1996
2025-06-26 18:51:53 +08:00
parent 7c9a5099d0
commit 0531e390aa

View File

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