瀏覽代碼

直播回放接口添加

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());
}
}


Loading…
取消
儲存