Browse Source

Merge pull request '管理员列表' (#18) from wpd_sub_list into master

Reviewed-on: #18
pull/19/head
pengda 2 months ago
parent
commit
1a4912ac8f
  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