|
|
@ -140,7 +140,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter { |
|
|
|
"/webservice/income/v1/checkNew/**", |
|
|
|
"/webservice/income/v1/checkNew/**", |
|
|
|
"/income/v1/checkNew/**", |
|
|
|
"/income/v1/checkNew/**", |
|
|
|
"/invoice/api/v1/queryRedInvoice", |
|
|
|
"/invoice/api/v1/queryRedInvoice", |
|
|
|
"/invoice/queryRedInvoice" |
|
|
|
"/invoice/queryRedInvoice", |
|
|
|
|
|
|
|
"/invoice/queryInvoiceUseInfo" |
|
|
|
) |
|
|
|
) |
|
|
|
.permitAll() // 所有原有发票
|
|
|
|
.permitAll() // 所有原有发票
|
|
|
|
.antMatchers( |
|
|
|
.antMatchers( |
|
|
|