update
This commit is contained in:
@ -116,8 +116,8 @@ var_dump($requestData);
|
||||
$query->title = $title;
|
||||
$query->description = $desc;
|
||||
$query->url = $value['mu'];
|
||||
// 百度wap 特殊处理
|
||||
if ($requestData['platform'] == 2) {
|
||||
// 百度wap, 头条pc 特殊处理
|
||||
if (in_array($requestData['platform'], [2, 3])) {
|
||||
$value['id'] = (intval(AppKeywordsMonitorTask::find($aid)?->page) - 1) * 10 + $value['id'];
|
||||
}
|
||||
$query->order = $value['id'];
|
||||
|
Reference in New Issue
Block a user