修改url格式

mobile-first
cyc 5 years ago
parent 1ea86e41e9
commit 0b5fd5bddb

@ -155,7 +155,7 @@ class Index extends CI_Controller {
}
//提交到其他服务器发送
$url = 'https://cht.mycht.cn/webht.php/apps/dingmail/index/do_sendmail'.$fromuser.'/'.$tomail.'/'.$subject.'/'.$body;
$url = 'https://cht.mycht.cn/webht.php/apps/dingmail/index/do_sendmail/'.$fromuser.'/'.$tomail.'/'.$subject.'/'.$body;
$flag = $this->get_http($url);
if (!$flag) {

Loading…
Cancel
Save