正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -306,7 +306,7 @@ class DownloadProject extends Command | @@ -306,7 +306,7 @@ class DownloadProject extends Command | ||
| 306 | } | 306 | } |
| 307 | $arr[] = $content4; | 307 | $arr[] = $content4; |
| 308 | foreach ($arr as $key => $val){ | 308 | foreach ($arr as $key => $val){ |
| 309 | - $content .= ($key+1).','.$val; | 309 | + $content .= ($key+1).','.$val."/n"; |
| 310 | } | 310 | } |
| 311 | $timestamp = strtotime('tomorrow 9:00 AM'); | 311 | $timestamp = strtotime('tomorrow 9:00 AM'); |
| 312 | $tomorrowNineAM = date('Y-m-d H:i:s', $timestamp); | 312 | $tomorrowNineAM = date('Y-m-d H:i:s', $timestamp); |
-
请 注册 或 登录 后发表评论