Authored by mlge

鉴定结果查询接口--视频路径更改

@@ -50,9 +50,7 @@ public class ProductIdentifyController { @@ -50,9 +50,7 @@ public class ProductIdentifyController {
50 throw e; 50 throw e;
51 } 51 }
52 return new ApiResponse.ApiResponseBuilder().code(402).message("查询失败,请稍后重试").build(); 52 return new ApiResponse.ApiResponseBuilder().code(402).message("查询失败,请稍后重试").build();
53 -  
54 } 53 }
55 -  
56 } 54 }
57 55
58 //UFO商品鉴定分享信息查询接口 --一期不需要 56 //UFO商品鉴定分享信息查询接口 --一期不需要
@@ -381,7 +381,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{ @@ -381,7 +381,7 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{
381 return null; 381 return null;
382 } 382 }
383 logger.info("getLiveVideoUrlByOrderCode success! orderCode={},filename={}", orderCode,filename); 383 logger.info("getLiveVideoUrlByOrderCode success! orderCode={},filename={}", orderCode,filename);
384 - return QNliveConstants.LIVE_VIDEO_DOMAIN + filename; 384 + return QNliveConstants.LIVE_VIDEO_DOMAIN + QNliveConstants.MP4_FILEKEY_PRE + filename;
385 } 385 }
386 386
387 387