소스 검색

开放银行代收接口权限

wangli 4 년 전
부모
커밋
964d55e55d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      smart-city-platform/src/main/java/com/bz/smart_city/commom/security/WebSecurityConfig.java

+ 1 - 1
smart-city-platform/src/main/java/com/bz/smart_city/commom/security/WebSecurityConfig.java

@@ -104,7 +104,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
                 .antMatchers("/statics/**", "/user/wechatLogin/**", "/user/wechatAccountLogin/**", "/user/miniProgramLogin/**", "/user/getMpOpenid/**", "/tools/image/text/**","/sms/send/**","/sms/v2/send/**","/file/**")
                 .antMatchers("/watermeter/getMeterReadData","/watermeter/getDeviceCustomerInfo","/watermeter/getPeriodMeterReadData","/data/clearingData","/data/meterReadData")
                 .antMatchers("/apply/register","/apply/detail","/apply/approve")
-                .antMatchers("/payFee/payFee")
+                .antMatchers("/payFee/payFee","/payFee/checkBill","/payFee/payFeeAmount","/payFee/queryUserInfo")
                 .antMatchers("/printinvoice/InvoicePrintRequest","/common/getAllArea","/mobile/assistant/getMeterTypes")
                 .antMatchers("/waterMeter/getMeterByDeviceNo")
                 .antMatchers("/device/synArchies","/installPlan/syncPlan")