|
...
|
...
|
@@ -55,6 +55,7 @@ class RankData extends BaseCommands |
|
|
|
continue;
|
|
|
|
}
|
|
|
|
//收录数
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export('11111111111111-进入', true) . PHP_EOL, FILE_APPEND);
|
|
|
|
$indexed_pages_num = $site_res[$item['api_no']] ?? 0;
|
|
|
|
$this->save_rank($item['project_id'], $res, $indexed_pages_num);
|
|
|
|
}
|
|
...
|
...
|
@@ -79,7 +80,6 @@ class RankData extends BaseCommands |
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($error, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
return !$error;
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|