Authored by Rock Zhang

修复新势力领券活动登陆跳转链接错误的bug

... ... @@ -34,7 +34,7 @@ class XinshiliController extends HuodongAction
*/
private function checkLogin()
{
$playUrl = Helpers::url('/cuxiao/girlsday/index');
$playUrl = Helpers::url('/cuxiao/xinshili/index');
$playUrlEncode = strtr($playUrl, array('/' => '\\/'));
$uid = $this->getLoggedUid();
... ...