|
...
|
...
|
@@ -247,9 +247,6 @@ class DownloadProject extends Command |
|
|
|
if(!empty($data['google_indexed_num'])){
|
|
|
|
$content2 .= $title.'收录量:'.$data['google_indexed_num'].'条,';
|
|
|
|
}
|
|
|
|
if(!empty($data['google_indexed_num'])){
|
|
|
|
$content2 .= $title.'收录量:'.$data['google_indexed_num'].'条,';
|
|
|
|
}
|
|
|
|
if(!empty($data['google_links_num'])){
|
|
|
|
//获取上一次的外链数
|
|
|
|
$latestRecord = V6WeeklyReport::where(['project_id'=>$project_id])->orderBy('id', 'desc')->first();
|
...
|
...
|
|