短信验证码
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user