浏览代码

直播回放接口添加

tags/v1.0.0^2
chengwang 1年前
父节点
当前提交
84c43930cd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tuoheng-service/tuoheng-miniprogram/src/main/java/com/tuoheng/miniprogram/service/impl/InspectionServiceImpl.java

+ 1
- 1
tuoheng-service/tuoheng-miniprogram/src/main/java/com/tuoheng/miniprogram/service/impl/InspectionServiceImpl.java 查看文件

@@ -213,7 +213,7 @@ public class InspectionServiceImpl implements IInspectionService {
return JsonResult.error("直播通道数据为空");
}
if(StringUtils.isNotEmpty(liveChannel.getAipullUrl())){
vo.setAiVideoUrl(liveChannel.getAipullUrl());
vo.setAipullUrl(liveChannel.getAipullUrl());
}
}


正在加载...
取消
保存