chenhao 4 years ago
parent
commit
431058039d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      application/admin/controller/EmailSend.php

+ 0 - 1
application/admin/controller/EmailSend.php

@@ -143,7 +143,6 @@ class EmailSend extends Base
                     return json(['code' => 100,'msg' => $v.'此邮箱不存在']);
                 }
             }
-            var_dump($resEmail);die;
             $to_email = Db::table('think_email')->where('id', 'in', $param['email_id'])->select();
             $theme = Db::table('think_email_template')->where('id', $param['theme'])->value('theme');
             $send_email = Db::name('customer')->where('email', 'in', implode(',',$resEmail))->where('spread_id',session('uid'))->field('id,email')->select();