|
@@ -640,8 +640,8 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
|
String outPathZh = ConstantFilePath.BASE_PATH + File.separator + "sceneQRcode/"+ num +".png";
|
|
|
String outPathEn = ConstantFilePath.BASE_PATH + File.separator + "sceneQRcode/"+ num +"_en.png";
|
|
|
QrConfig qrConfig = QrConfig.create();
|
|
|
- qrConfig.setWidth(512);
|
|
|
- qrConfig.setHeight(512);
|
|
|
+ qrConfig.setWidth(1024);
|
|
|
+ qrConfig.setHeight(1024);
|
|
|
if(!ObjectUtils.isEmpty(localLogoPath)){
|
|
|
qrConfig.setImg(localLogoPath);
|
|
|
}
|