微信求职页面 发送给王婷的邮件 内容发生变化

hotfix/远程访问多媒体中心
syh101 6 years ago
parent 75b6998285
commit 08237315af

@ -207,34 +207,36 @@ class Index extends CI_Controller {
header('Access-Control-Allow-Headers:x-requested-with, Content-Type');
header('Access-Control-Allow-Credentials:true');
$data = array();
$data = array();
$data['position'] = $this->input->get_post('position');
$data['phone'] = $this->input->get_post('phone');
$data['email'] = $this->input->get_post('email');
$data['name'] = $this->input->get_post('name');
$data['name'] = $this->input->get_post('name');
$data['sex'] = $this->input->get_post('sex');
$data['school'] = $this->input->get_post('school');
$data['education'] = $this->input->get_post('education');
$data['currentcompany'] = $this->input->get_post('currentcompany');
$data['from_time'] = $this->input->get_post('from_time');
$data['to_time'] = $this->input->get_post('to_time');
// $data['email'] = $this->input->get_post('email');
// $data['school'] = $this->input->get_post('school');
// $data['education'] = $this->input->get_post('education');
// $data['currentcompany'] = $this->input->get_post('currentcompany');
// $data['from_time'] = $this->input->get_post('from_time');
// $data['to_time'] = $this->input->get_post('to_time');
$mailnody = '';
$mailnody .= '应聘职位:'.$data['position'].'<br>';
$mailnody .= '手机号码:'.$data['phone'].'<br>';
$mailnody .= '电子邮箱:'.$data['email'].'<br>';
$mailnody .= '姓名:'.$data['name'].'<br>';
if($data['sex'] == 0){
$data['sex'] = '女';
}else{
$data['sex'] = '男';
}
$mailnody .= '性别:'.$data['sex'].'<br>';
$mailnody .= '毕业院校:'.$data['school'].'<br>';
$mailnody .= '最高学历:'.$data['education'].'<br>';
$mailnody .= '当前公司:'.$data['currentcompany'].'<br>';
$mailnody .= '任职时间开始:'.$data['from_time'].'<br>';
$mailnody .= '任职时间结束:'.$data['to_time'].'<br>';
// $mailnody .= '电子邮箱:'.$data['email'].'<br>';
// $mailnody .= '性别:'.$data['sex'].'<br>';
// $mailnody .= '毕业院校:'.$data['school'].'<br>';
// $mailnody .= '最高学历:'.$data['education'].'<br>';
// $mailnody .= '当前公司:'.$data['currentcompany'].'<br>';
// $mailnody .= '任职时间开始:'.$data['from_time'].'<br>';
// $mailnody .= '任职时间结束:'.$data['to_time'].'<br>';
$tolist_array = array();
$tolist_array['0'] = new stdClass();

Loading…
Cancel
Save