作者 邓超

修护通知

... ... @@ -75,7 +75,7 @@ class SyncMail {
'subject' => $data['subject'],
'udate' => $data['udate'],
'from' => $data['from'],
'tos' => array_column(json_decode($data['to_name'],1),'email')
'tos' => array_column($data['to_name'],'email')
]);
}catch (\Throwable $e){
// 就算异常了也不在推送了
... ...