Commit 3eb83ee9 by 冷斌

update

parent 0ec63146
......@@ -138,6 +138,17 @@ class Api_Livepk extends PhalApi_Api {
return $rs;
}
$stream2=explode('_',$stream);
$liveuid=$stream2[0];
$pkuid=DI()->redis -> hGet('LiveConnect',$liveuid);
if ($pkuid) {
if(!$info){
$rs['code']=1001;
$rs['msg']='已连麦';
return $rs;
}
}
$configpri = getConfigPri();
$nowtime=time();
......
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