|
...
|
...
|
@@ -306,7 +306,7 @@ class DownloadProject extends Command |
|
|
|
}
|
|
|
|
$arr[] = $content4;
|
|
|
|
foreach ($arr as $key => $val){
|
|
|
|
$content .= ($key+1).','.$val."/n";
|
|
|
|
$content .= ($key+1).','.$val."\n";
|
|
|
|
}
|
|
|
|
$timestamp = strtotime('tomorrow 9:00 AM');
|
|
|
|
$tomorrowNineAM = date('Y-m-d H:i:s', $timestamp);
|
|
...
|
...
|
@@ -314,7 +314,7 @@ class DownloadProject extends Command |
|
|
|
'project_id'=>$project_id,
|
|
|
|
'friend_id'=>1,
|
|
|
|
'type'=>MessagePush::TYPE_WEEK,
|
|
|
|
'content'=>"【全球搜V6.0周报】/n".$content,
|
|
|
|
'content'=>"【全球搜V6.0周报】"."\n".$content,
|
|
|
|
'ref_ids'=>'',
|
|
|
|
'send_time'=>$tomorrowNineAM,
|
|
|
|
'status'=>3,
|
...
|
...
|
|