客户体征相关

This commit is contained in:
xiezhijun
2021-01-04 16:51:56 +08:00
parent b1a94bc630
commit f76356da68
24 changed files with 3636 additions and 3 deletions

View File

@ -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,