修复微信支付退款回调路径被拦截
This commit is contained in:
parent
b8b44c362b
commit
b94497e1a5
@ -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());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user