...
|
...
|
@@ -151,9 +151,9 @@ class Video extends \yii\db\ActiveRecord |
|
|
//该房间如果包含资讯业务线,那么要更新资讯那边状态
|
|
|
if(in_array(\common\config\Params::YOHONOW,explode(',',$room['app']))){
|
|
|
$news_ret = YHNowApiReq::getInstance()->setLiveStat($room_id,1);
|
|
|
if(!$news_ret){
|
|
|
/*if(!$news_ret){
|
|
|
throw new \Exception(YHNowApiReq::getInstance()->errors);
|
|
|
}
|
|
|
}*/
|
|
|
}
|
|
|
|
|
|
/*------------清除弹幕相关redis--------------*/
|
...
|
...
|
|