Преглед на файлове

放行查询明细接口

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,