Authored by mlge

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

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