|
@@ -165,7 +165,7 @@ public class QrCodeUtils {
|
|
|
}
|
|
|
String logoPath = serverBasePath + "img/kankan_icon.png";
|
|
|
if (StrUtil.isNotEmpty(logo)){
|
|
|
- File file = HttpUtil.downloadFileFromUrl(logo, logoPath);
|
|
|
+ File file = HttpUtil.downloadFileFromUrl(logo, savePath);
|
|
|
logoPath=file.getPath();
|
|
|
}else {
|
|
|
if (!FileUtil.isFile(logoPath)) {
|