From 5eed08993e2f0d3f8188cba6e0b21482924b4f16 Mon Sep 17 00:00:00 2001 From: cyc Date: Wed, 5 Jun 2019 15:22:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=9E=E8=B0=83=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/dingmail/controllers/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webht/third_party/dingmail/controllers/index.php b/webht/third_party/dingmail/controllers/index.php index 2c04ef12..45f2d217 100644 --- a/webht/third_party/dingmail/controllers/index.php +++ b/webht/third_party/dingmail/controllers/index.php @@ -12,7 +12,7 @@ class Index extends CI_Controller { public function index($unionid = null,$type = null){ if(get_cookie('dingname') == '' && get_cookie('dingunionid') == ''){ - redirect('http://www.mycht.cn/webht.php/apps/dinglogin/login/?returnurl=http://www.mycht.cn/webht.php/apps/dingmail/index/'); + redirect('http://www.mycht.cn/info.php/apps/dinglogin/login/?returnurl=http://www.mycht.cn/webht.php/apps/dingmail/index/'); }else{ if($unionid != null && $type != null){ $data['type'] = $type; @@ -67,7 +67,7 @@ class Index extends CI_Controller { //value邮件页面 public function mail_index(){ if(get_cookie('dingname') == '' && get_cookie('dingunionid') == ''){ - redirect('http://www.mycht.cn/webht.php/apps/dinglogin/login/?returnurl=http://www.mycht.cn/webht.php/apps/dingmail/index/'); + redirect('http://www.mycht.cn/info.php/apps/dinglogin/login/?returnurl=http://www.mycht.cn/webht.php/apps/dingmail/index/'); } $this->load->view('mail'); } @@ -389,7 +389,7 @@ class Index extends CI_Controller { //点赞排行榜 public function rank_person() { if(get_cookie('dingname') == '' && get_cookie('dingunionid') == ''){ - redirect('http://www.mycht.cn/webht.php/apps/dinglogin/login/?returnurl=http://www.mycht.cn/webht.php/apps/dingmail/index/'); + redirect('http://www.mycht.cn/info.php/apps/dinglogin/login/?returnurl=http://www.mycht.cn/webht.php/apps/dingmail/index/'); }else{ $data = array(); $user_info = $this->session->userdata('dingding_user_info');