修复微信支付退款回调路径被拦截

This commit is contained in:
yanglei 2026-02-12 09:43:01 +08:00
parent b8b44c362b
commit b94497e1a5

View File

@ -55,6 +55,7 @@ public class SaTokenConfigure {
.notMatch("/payment/ebikeOrder/api/**")
.notMatch("/payment/wxPayment/api/**")
.notMatch("/operations/ebikeBikeInfo/api/**")
.notMatch("/payment/wxPayment/notify/**")
// 排除所有 user 下的路径只有 requiredPaths 才鉴权
.notMatch("/user/**")
.check(r -> StpUtil.checkLogin());