فهرست منبع

放行查询明细接口

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,