...
|
...
|
@@ -396,6 +396,9 @@ public class ProductIdentifyServiceImpl implements ProductIdentifyService{ |
|
|
if (StringUtils.isBlank(filename)) {
|
|
|
return null;
|
|
|
}
|
|
|
if (filename.startsWith("http")) {
|
|
|
return filename;
|
|
|
}
|
|
|
logger.info("getLiveVideoUrlByOrderCode success! orderCode={},filename={}", orderCode,filename);
|
|
|
return QNliveConstants.LIVE_VIDEO_DOMAIN + QNliveConstants.MP4_FILEKEY_PRE + filename;
|
|
|
}
|
...
|
...
|
|