瀏覽代碼

Merge remote-tracking branch 'origin/master'

chenwen 3 年之前
父節點
當前提交
34b7543bd2
共有 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")
 		;