|
@@ -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
|
|