Commit c65cd324 by Joneq

去除无效的注释

parent d10633f3
Showing with 1 additions and 1 deletions
......@@ -243,7 +243,7 @@ class SystemNoticeLogic
{
//不是正式的域名统一只发给测试用户
if ($_SERVER['SERVER_NAME'] !== 'message.ichunt.net'){
$sendData['user_email'] = ['gy@ichunt.com'];
$sendData['user_email'] = ['gy@ichunt.com','lxb@ichunt.com'];
}
Mail::send('emails.default', ["sendData"=>$sendData], function ($m) use($sendData) {
......
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