作者 邓超

es

... ... @@ -965,7 +965,7 @@ class Home extends Base {
$data['to_name'] = $data['to_name'] ? json_decode($data['to_name'],true) : [];
if(!$data['to_name']){
$data['to_name'] = ["email"=>$email['email'],'name'=>''];
$data['to_name'] = [["email"=>$email['email'],'name'=>'']];
}
$data['cc'] = $data['cc'] ? json_decode($data['cc'],true) : [];
$data['bcc'] = $data['bcc'] ? json_decode($data['bcc'],true) : [];
... ...