update
This commit is contained in:
@ -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'];
|
||||||
|
Reference in New Issue
Block a user