update
This commit is contained in:
@ -117,7 +117,7 @@ var_dump($requestData);
|
|||||||
$query->description = $desc;
|
$query->description = $desc;
|
||||||
$query->url = $value['mu'];
|
$query->url = $value['mu'];
|
||||||
// 百度wap, 头条pc 特殊处理
|
// 百度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'];
|
$value['id'] = (intval(AppKeywordsMonitorTask::find($aid)?->page) - 1) * 10 + $value['id'];
|
||||||
}
|
}
|
||||||
$query->order = $value['id'];
|
$query->order = $value['id'];
|
||||||
|
Reference in New Issue
Block a user