Commit 45aeebc6 by 冷斌

update

parent cdad54dd
......@@ -1278,12 +1278,12 @@ class Api_Live extends PhalApi_Api {
/* 判断用户是否进入过 */
$isvisit=DI()->redis ->sIsMember($liveuid.'_zombie_uid',$uid);
// if($isvisit){
// $rs['code']=1003;
// $rs['info']='用户已访问';
// $rs['msg']='用户已访问';
// return $rs;
// }
if($isvisit){
$rs['code']=1003;
$rs['info']='用户已访问';
$rs['msg']='用户已访问';
return $rs;
}
$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