From a1aebd16de83c306d5fc21086774293e2fe2302a Mon Sep 17 00:00:00 2001 From: wangw <1594593906@qq.com> Date: Wed, 21 Jan 2026 10:26:01 +0800 Subject: [PATCH] =?UTF-8?q?token=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/czg/config/SaTokenConfigure.java | 2 ++ 1 file changed, 2 insertions(+) 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 70acd5376..684304833 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 @@ -68,6 +68,8 @@ public class SaTokenConfigure implements WebMvcConfigurer { .check(r -> MyStpLogic.USER_LOGIC.checkLogin()) .setHit(true) // .match("/**") + .notMatch("/user/**") + .notMatch("/pay/**") .notMatch("/notify/**") .notMatch("/admin/auth/**") .notMatch("/admin/shopMsgPush/subscribe/**")