소스 검색

直播回放接口添加

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…
취소
저장