Commit 8a011e27 by 冷斌

fix bug

parent 0136b043
......@@ -1091,7 +1091,7 @@ class Api_Live extends PhalApi_Api {
}
$nowtime=time();
if($pk_time && $pk_time >0 && $pk_time< $nowtime){
$cha=5*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