...
|
...
|
@@ -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;
|
|
|
}
|
|
|
|
|
|
|
...
|
...
|
|