ycl-server/src/main/java/com/ycl/platform/service/impl/WorkOrderServiceImpl.java
@@ -662,7 +662,7 @@ @Override public String getFrameImgByDevice(String deviceId, String channelId) { String url = String.format(this.rtspServer + "/start/%s/%s", deviceId, channelId); String url = String.format(this.rtspServer + "/api/play/start/%s/%s", deviceId, channelId); String result = HttpUtils.sendGet(url); log.error("拿到取流响应结果:" + result); WVPResult wvpResult = JSON.parseObject(result, WVPResult.class);