|
...
|
...
|
@@ -307,9 +307,11 @@ class DownloadProject extends Command |
|
|
|
$content4 .= '聚合页小语种站页面'.$data['aggregation_minor_update_num'].'次。';
|
|
|
|
}
|
|
|
|
if(!empty($content4)){
|
|
|
|
$content = '本周主要优化工作包括:TDK、H标签、Img标签等优化设置排查与进一步完善,Sitemap更新与网页收录提交,外链新增与排查。'.$content4;
|
|
|
|
$content .= '本周主要优化工作包括:TDK、H标签、Img标签等优化设置排查与进一步完善,Sitemap更新与网页收录提交,外链新增与排查。'.$content4;
|
|
|
|
}
|
|
|
|
if(!empty($content4)){
|
|
|
|
$arr[] = $content4;
|
|
|
|
}
|
|
|
|
$arr[] = $content4;
|
|
|
|
if(empty($arr)){
|
|
|
|
return true;
|
|
|
|
}
|
|
...
|
...
|
@@ -335,5 +337,6 @@ class DownloadProject extends Command |
|
|
|
$messagePushModel = new MessagePush();
|
|
|
|
$messagePushModel->add($param);
|
|
|
|
echo date('Y-m-d H:i:s') . '数据:'. $content . PHP_EOL;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|