mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
change flag
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user