From 60c8320c09f19c846b8e33b9307f9676a12b97b4 Mon Sep 17 00:00:00 2001 From: wangw <1594593906@qq.com> Date: Fri, 28 Feb 2025 18:08:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=9B=9E=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/czg/config/SaTokenConfigure.java | 1 + 1 file changed, 1 insertion(+) diff --git a/cash-common/cash-common-sa-token/src/main/java/com/czg/config/SaTokenConfigure.java b/cash-common/cash-common-sa-token/src/main/java/com/czg/config/SaTokenConfigure.java index d0c397228..1920d714c 100644 --- a/cash-common/cash-common-sa-token/src/main/java/com/czg/config/SaTokenConfigure.java +++ b/cash-common/cash-common-sa-token/src/main/java/com/czg/config/SaTokenConfigure.java @@ -71,6 +71,7 @@ public class SaTokenConfigure implements WebMvcConfigurer { // .match("/**") .notMatch("/user/**") .notMatch("/pay/**") + .notMatch("/notify/**") .notMatch("/admin/auth/**") .check(r -> MyStpLogic.ADMIN_LOGIC.checkLogin());