|
@@ -165,8 +165,10 @@ 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();
|
|
|
+ log.info("diy_logoPath{}",logoPath);
|
|
|
+
|
|
|
}else {
|
|
|
if (!FileUtil.isFile(logoPath)) {
|
|
|
InputStream resource = FileUtils.getResource("img/kankan_icon.png");
|