|
...
|
...
|
@@ -305,8 +305,8 @@ class DownloadProject extends Command |
|
|
|
$content4 .= '聚合页小语种站页面'.$data['aggregation_minor_update_num'].'次。';
|
|
|
|
}
|
|
|
|
$arr[] = $content4;
|
|
|
|
foreach ($data as $key => $val){
|
|
|
|
$content = $key.','.$val;
|
|
|
|
foreach ($arr as $key => $val){
|
|
|
|
$content .= $key.','.$val;
|
|
|
|
}
|
|
|
|
$timestamp = strtotime('tomorrow 9:00 AM');
|
|
|
|
$tomorrowNineAM = date('Y-m-d H:i:s', $timestamp);
|
...
|
...
|
|