mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-04 04:37:59 +08:00
change flag
This commit is contained in:
parent
d373861a93
commit
d8a857d264
@ -88,7 +88,7 @@ public class QrCodeUtil {
|
||||
*/
|
||||
public static String generateAsBase64(String content, QrConfig qrConfig, String imageType) {
|
||||
final BufferedImage img = generate(content, qrConfig);
|
||||
return ImgUtil.toBase64DateUri(img, imageType);
|
||||
return ImgUtil.toBase64DataUri(img, imageType);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user