|
@@ -25,7 +25,7 @@ public class ResourceServerConfig extends ResourceServerConfigurerAdapter {
|
|
public void configure(HttpSecurity http) throws Exception {
|
|
public void configure(HttpSecurity http) throws Exception {
|
|
http.csrf().disable().exceptionHandling().accessDeniedHandler(baseAccessDeniedHandler).authenticationEntryPoint(baseAuthenticationEntryPoint).and()
|
|
http.csrf().disable().exceptionHandling().accessDeniedHandler(baseAccessDeniedHandler).authenticationEntryPoint(baseAuthenticationEntryPoint).and()
|
|
.authorizeRequests().antMatchers("/v2/api-docs", "/code/*", "/register/*", "/studentOrder/*", "/musicGroup/getSubjectGoodsAndInfo",
|
|
.authorizeRequests().antMatchers("/v2/api-docs", "/code/*", "/register/*", "/studentOrder/*", "/musicGroup/getSubjectGoodsAndInfo",
|
|
- "/musicGroup/getMusicGroupStatus", "/musicGroup/getOrderStatus",
|
|
|
|
|
|
+ "/musicGroup/getMusicGroupStatus", "/musicGroup/getOrderStatus","/sysCouponCode/queryPage",
|
|
"/musicGroup/pay",
|
|
"/musicGroup/pay",
|
|
"/musicGroup/rePay",
|
|
"/musicGroup/rePay",
|
|
"/studentManage/queryStudentPer",
|
|
"/studentManage/queryStudentPer",
|