Toggle navigation
Toggle navigation
This project
Loading...
Sign in
web
/
yoho-live
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xiaofeng.yao@yoho.cn
8 years ago
Commit
e1d1d1314a02e255b89603f1717a526d7aca4fd1
1 parent
1c81f420
直播打日志
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
common/models/Video.php
common/models/Video.php
View file @
e1d1d13
...
...
@@ -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--------------*/
...
...
Please
register
or
login
to post a comment