Commit 45aeebc6 by 冷斌

update

parent cdad54dd
...@@ -1278,12 +1278,12 @@ class Api_Live extends PhalApi_Api { ...@@ -1278,12 +1278,12 @@ class Api_Live extends PhalApi_Api {
/* 判断用户是否进入过 */ /* 判断用户是否进入过 */
$isvisit=DI()->redis ->sIsMember($liveuid.'_zombie_uid',$uid); $isvisit=DI()->redis ->sIsMember($liveuid.'_zombie_uid',$uid);
// if($isvisit){ if($isvisit){
// $rs['code']=1003; $rs['code']=1003;
// $rs['info']='用户已访问'; $rs['info']='用户已访问';
// $rs['msg']='用户已访问'; $rs['msg']='用户已访问';
// return $rs; return $rs;
// } }
$times=DI()->redis -> get($liveuid.'_zombie'); $times=DI()->redis -> get($liveuid.'_zombie');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment