作者 李宇航

合并分支 'master-server' 到 'master'

gx脚本



查看合并请求 !1229
@@ -305,7 +305,7 @@ class DownloadProject extends Command @@ -305,7 +305,7 @@ class DownloadProject extends Command
305 $content4 .= '聚合页小语种站页面'.$data['aggregation_minor_update_num'].'次。'; 305 $content4 .= '聚合页小语种站页面'.$data['aggregation_minor_update_num'].'次。';
306 } 306 }
307 $arr[] = $content4; 307 $arr[] = $content4;
308 - foreach ($data as $key => $val){ 308 + foreach ($arr as $key => $val){
309 $content = $key.','.$val; 309 $content = $key.','.$val;
310 } 310 }
311 $timestamp = strtotime('tomorrow 9:00 AM'); 311 $timestamp = strtotime('tomorrow 9:00 AM');