|
@@ -172,8 +172,8 @@ public class BuildSceneResultMQListener implements RocketMQListener<String> {
|
|
//生成新的分享的二维码-英文版本
|
|
//生成新的分享的二维码-英文版本
|
|
MatrixToImageWriterUtil.createQRCode(sceneUrl + sceneCode + "&lang=en", outPathEn, false, null);
|
|
MatrixToImageWriterUtil.createQRCode(sceneUrl + sceneCode + "&lang=en", outPathEn, false, null);
|
|
//上传二维码
|
|
//上传二维码
|
|
- uploadToOssUtil.upload(outPathZh, String.format(UploadFilePath.DOWNLOADS_QRCODE, sceneCode) + "4Dkankan_share.png");
|
|
|
|
- uploadToOssUtil.upload(outPathEn, String.format(UploadFilePath.DOWNLOADS_QRCODE, sceneCode) + "4Dkankan_share_en.png");
|
|
|
|
|
|
+ uploadToOssUtil.upload(outPathZh, String.format(UploadFilePath.DOWNLOADS_QRCODE, sceneCode) + sceneCode + ".png");
|
|
|
|
+ uploadToOssUtil.upload(outPathEn, String.format(UploadFilePath.DOWNLOADS_QRCODE, sceneCode) + sceneCode + "_en.png");
|
|
|
|
|
|
Map<String, String> newUploadFiles = buildScenePreService
|
|
Map<String, String> newUploadFiles = buildScenePreService
|
|
.uploadFileMapHandler(sceneCode, cameraType, uploadFiles);
|
|
.uploadFileMapHandler(sceneCode, cameraType, uploadFiles);
|