Commit e2a3ee4f by 冷斌

update

parent 1debaf9a
......@@ -1095,7 +1095,7 @@ class Api_Live extends PhalApi_Api {
}
// $nowtime=time();
if($pk_time && $pk_time >0 && $pk_time< $nowtime){
$cha=2*60 - ($nowtime - $pk_time);
$cha=7*60 - ($nowtime - $pk_time);
$pkinfo['pk_time']=(string)$cha;
$pk_gift_liveuid=DI()->redis -> hGet('LivePK_gift',$liveuid);
......
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