Commit 498b90ce by 朱继来

调整邮件

parent 3bbecc0b
Showing with 5 additions and 2 deletions
......@@ -2161,10 +2161,13 @@ Class OrderController extends Controller
$joint_purchase_manager = Config('config.joint_purchase_manager');
$v['ccUser'] = array_merge($cc_send_mail_array, $joint_purchase_manager);
}
array_push($v['ccUser'], $request->user->email);
$v['ccUser'] = array_unique($v['ccUser']); // 默认抄送给当前客服
$this->pushQueue($v);
}
$data['toUser'] = $request->user->email; // 收件人
$data['ccUser'] = $cc_send_mail_array;
$data['combined'] = $info['order_info']['order_amount'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment