短信验证码

This commit is contained in:
wuchunlei
2025-04-16 18:41:20 +08:00
parent 11bcf3eb9d
commit 8286cf2034
6 changed files with 23 additions and 27 deletions

View File

@@ -42,7 +42,7 @@ public final class Base64Uploader {
}
private static byte[] decode(String content) {
return Base64.decodeBase64(content.getBytes());
return Base64.decodeBase64(content);
}
private static boolean validSize(byte[] data, long length) {