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