短信验证码
This commit is contained in:
@@ -31,13 +31,13 @@ public class VodAliController {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
if (!validRe) {
|
||||
return Base64.decodeBase64("Illegal access".getBytes());
|
||||
return Base64.decodeBase64("Illegal access");
|
||||
}
|
||||
if (null == cipherText) {
|
||||
return Base64.decodeBase64("Illegal access !".getBytes());
|
||||
return Base64.decodeBase64("Illegal access !");
|
||||
}
|
||||
DecryptKMSDataKeyResponseBody decryptKMSDataKeyResponseBody = SpdbUtil.enKMS(cipherText);
|
||||
return Base64.decodeBase64(decryptKMSDataKeyResponseBody.getPlaintext().getBytes());
|
||||
return Base64.decodeBase64(decryptKMSDataKeyResponseBody.getPlaintext());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user