|
@@ -62,6 +62,7 @@ public class WebMvcConfig implements WebMvcConfigurer {
|
|
|
.excludePathPatterns("/mobile/recruitmentApi/getRecruitmentList")
|
|
|
.excludePathPatterns("/mobile/recruitmentApi/getScreenList")
|
|
|
.excludePathPatterns("/mobile/sysUserApi/wechatLogin")
|
|
|
+ .excludePathPatterns("/mobile/sysUserApi/findByOpenId")
|
|
|
.excludePathPatterns("/mobile/sysUserApi/passwordLogin")
|
|
|
;
|
|
|
|