浏览代码

免登陆

zhengkaixin 3 年之前
父节点
当前提交
4185b076a9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      web/src/main/java/com/jpsoft/employment/config/WebMvcConfig.java

+ 1 - 0
web/src/main/java/com/jpsoft/employment/config/WebMvcConfig.java

@@ -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")
 		;