bug修复
This commit is contained in:
parent
b1e6eabc26
commit
ee4ad7e831
|
|
@ -238,7 +238,7 @@ public class ReplayAttackInterceptor implements HandlerInterceptor {
|
|||
if (calculatedSignature.equals(receivedSignature)) {
|
||||
return true;
|
||||
} else {
|
||||
throw new RuntimeException("签名验证失败," + requestUrl + "存在非法字符");
|
||||
throw new RuntimeException("签名验证失败,存在非法字符");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue