|
@@ -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")
|