This commit is contained in:
孙小云 2026-01-15 13:27:01 +08:00
parent 5d5a3e0543
commit 33f7c623f9
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ public class ValidateCodeFilter extends AbstractGatewayFilterFactory<Object>
return chain.filter(exchange); return chain.filter(exchange);
} }
try try
{ {
String rspStr = resolveBodyFromRequest(request); String rspStr = resolveBodyFromRequest(request);