diff --git a/control/callback.php b/control/callback.php index 0f6a83a..84011dc 100644 --- a/control/callback.php +++ b/control/callback.php @@ -37,7 +37,7 @@ class callback extends publicBase { $obj = new mUser(); $rdobj = $obj->initRedis(); $rdobj->setex(sprintf(_RC_KNOWLEDGE_BIND_USER_INFO, $state[1], $state[2]), 6*60*60, $sub_user_id); - header('Location:http://zhishiku.yizherenxin.cn/index/bind_user?pageid='.$state[2]); + header('Location:http://zhishiku.yizherenxin.cn/index/user_list?pageid='.$state[2]); exit; } exit;