Browse Source

开放uploadBase64接口

zhengqiang 5 years ago
parent
commit
20f85c64d0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      web/src/main/java/com/jpsoft/smart/config/WebMvcConfig.java

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

@@ -71,6 +71,7 @@ public class WebMvcConfig implements WebMvcConfigurer {
 				.excludePathPatterns("/mobile/personInfoApi/getVerifyCode")
 				.excludePathPatterns("/mobile/personInfoApi/validateCode")
 				.excludePathPatterns("/mobile/personInfoApi/findByOpenId")
+				.excludePathPatterns("/mobile/personInfoApi/uploadBase64")
 				.excludePathPatterns("/mobile/personDeviceLogApi/detail")
 				.excludePathPatterns("/mobile/PersonDeviceFilterLog/queryUnmeasureGroupList")
 				.excludePathPatterns("/mobile/healthShowApi/getCompanyToken")