From 6c205ffddf71887eb8115b4cd6ee057fe40863a3 Mon Sep 17 00:00:00 2001 From: pengda <10266652509@qq.com> Date: Tue, 25 Mar 2025 11:27:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=98=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- control/callback.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;