支付问题

This commit is contained in:
2026-01-29 17:57:18 +08:00
parent 3fd032c1d0
commit 7d640b4f9c
2 changed files with 2 additions and 5 deletions

View File

@@ -62,7 +62,6 @@ public class SaTokenConfigure implements WebMvcConfigurer {
SaRouter.back();
return;
}
log.info("放行1");
SaRouter
.match(r -> "OPTIONS".equalsIgnoreCase(SaHolder.getRequest().getMethod()))
.stop()