|
@@ -206,7 +206,7 @@ public class LiveServiceImpl extends ServiceImpl<LiveMapper, Live> implements IL
|
|
|
return R.ok().put("rtmpUrl", live.getRtmpUrl());
|
|
|
}
|
|
|
|
|
|
- if (live.getStatus() != 1 || live.getIsShow() != 1 || live.getIsAudit() != 1) {
|
|
|
+ if (live.getIsShow() != 1 || live.getIsAudit() != 1) {
|
|
|
return R.error("您未拥有直播权限");
|
|
|
}
|
|
|
SysConfig sysConfig = sysConfigService.selectConfigByConfigKey("living.config");
|