客户体征相关
This commit is contained in:
@ -100,7 +100,9 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
||||
"/custom/contract/sign",
|
||||
"/custom/contract/file/**",
|
||||
"/custom/wxUserInfo/wx/**",
|
||||
"/custom/wxUserLog/wx/**"
|
||||
"/custom/wxUserLog/wx/**",
|
||||
"/investigate/**",
|
||||
"/investigate/physicalSignsList"
|
||||
).anonymous()
|
||||
.antMatchers(
|
||||
HttpMethod.GET,
|
||||
|
Reference in New Issue
Block a user