|
@@ -117,7 +117,7 @@ class SubNoticeJobs implements ShouldQueue
|
|
|
'mobile' => $mobile,
|
|
'mobile' => $mobile,
|
|
|
'email_content' => trim($email_to) != '' ? json_encode(['title' => $email_title, 'content' => $email_content]): '',
|
|
'email_content' => trim($email_to) != '' ? json_encode(['title' => $email_title, 'content' => $email_content]): '',
|
|
|
'mobile_content' => trim($mobile) != '' ? json_encode($sms_config_data): '',
|
|
'mobile_content' => trim($mobile) != '' ? json_encode($sms_config_data): '',
|
|
|
- 'push_time' => $push_time,
|
|
|
|
|
|
|
+ 'push_time' => strtotime(date('Y-m-d', time()) . ' '. $push_time.':00'),
|
|
|
'ext_data' => json_encode($ext_data),
|
|
'ext_data' => json_encode($ext_data),
|
|
|
'insert_time' => time(),
|
|
'insert_time' => time(),
|
|
|
];
|
|
];
|