浏览代码

放行查询明细接口

nahida 1 年之前
父节点
当前提交
7e4311e546
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      zksy-framework/src/main/java/com/zksy/framework/config/SecurityConfig.java

+ 2 - 1
zksy-framework/src/main/java/com/zksy/framework/config/SecurityConfig.java

@@ -133,7 +133,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
                         "/crmBusinessLicenseInformation/getById/{borrowId}",
                         "/commonFile/deleteFileById",
                         "/owSelfReporting/downloadTemplateWord",
-                        "/owSelfReporting/checkInformationByUnicode"
+                        "/owSelfReporting/checkInformationByUnicode",
+                        "/crmHighTechZoneEnterprises/getCreditScoreMostDetailsByUniCode"
                 ).permitAll()
                 .antMatchers(
                         HttpMethod.POST,