|
...
|
...
|
@@ -239,13 +239,14 @@ class WeekProject extends Command |
|
|
|
foreach ($arr as $key => $val){
|
|
|
|
$content .= ($key + 1) .','.$val;
|
|
|
|
}
|
|
|
|
|
|
|
|
$timestamp = strtotime('tomorrow 9:00 AM');
|
|
|
|
$tomorrowNineAM = date('Y-m-d H:i:s', $timestamp);
|
|
|
|
$param = [
|
|
|
|
'project_id'=>$project_id,
|
|
|
|
'friend_id'=>$friend_id,
|
|
|
|
'type'=>MessagePush::TYPE_WEEK,
|
|
|
|
'content'=>$content,
|
|
|
|
'content'=>'【全球搜V6.0周报】'.$content,
|
|
|
|
'ref_ids'=>'',
|
|
|
|
'send_time'=>$tomorrowNineAM
|
|
|
|
];
|
...
|
...
|
|