支付模块-下单接口修改以及支付结果回溯接口修改
This commit is contained in:
@ -135,6 +135,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
||||
.antMatchers("/system/district/tree").permitAll()
|
||||
.antMatchers("/sse/**").permitAll()
|
||||
.antMatchers("/common/upload").permitAll()
|
||||
.antMatchers("/pay/getresult").permitAll()
|
||||
// 除上面外的所有请求全部需要鉴权认证
|
||||
.anyRequest().authenticated()
|
||||
|
||||
|
Reference in New Issue
Block a user