Bläddra i källkod

放行查询明细接口

nahida 1 år sedan
förälder
incheckning
7e4311e546

+ 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,