Browse Source

管理员列表

pull/18/head
pengda 2 months ago
parent
commit
6c205ffddf
  1. 2
      control/callback.php

2
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;

Loading…
Cancel
Save