Browse Source

直播回放接口添加

tags/v1.0.0^2
chengwang 1 year ago
parent
commit
84c43930cd
1 changed files with 1 additions and 1 deletions
  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 View File

@@ -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…
Cancel
Save