bug修复

This commit is contained in:
liang.chao 2025-10-29 10:28:07 +08:00
parent b1e6eabc26
commit ee4ad7e831
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ public class ReplayAttackInterceptor implements HandlerInterceptor {
if (calculatedSignature.equals(receivedSignature)) {
return true;
} else {
throw new RuntimeException("签名验证失败," + requestUrl + "存在非法字符");
throw new RuntimeException("签名验证失败,存在非法字符");
}
}