mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-15 13:22:51 +00:00
修复部分服务器获取title乱码
This commit is contained in:
parent
a6f9c5d6b6
commit
475d844e3c
@ -26,7 +26,7 @@ class Reply extends AuthController
|
|||||||
$replay = WechatReply::getDataByKey(input('key'));
|
$replay = WechatReply::getDataByKey(input('key'));
|
||||||
$this->assign('replay_arr',json_encode($replay));
|
$this->assign('replay_arr',json_encode($replay));
|
||||||
$this->assign('key',input('key'));
|
$this->assign('key',input('key'));
|
||||||
$this->assign('title',input('title'));
|
$this->assign('title',urldecode(input('title')));
|
||||||
return $this->fetch();
|
return $this->fetch();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user