This commit is contained in:
sjm 2023-12-25 13:02:18 +08:00
parent a1b43cb80f
commit d42883ec3d

View File

@ -49,7 +49,7 @@ public class QRCServiceImpl implements QRCService{
String url = urlList.getUrl();
String url_wait = QRCodeUtil.encode(url, logoPath, destPath, true);
collect.setQr_url(icon_url);
collect.setQr_url(url_wait);
String base64 = QRCodeUtil.ImageToBase64(url_wait);
collectIconListDao.insert(collect);