|
@@ -33,7 +33,7 @@ public class ResourceServerConfig extends ResourceServerConfigurerAdapter {
|
|
|
.authorizeRequests()
|
|
|
.antMatchers("/task/**").hasIpAddress("0.0.0.0/0")
|
|
|
.antMatchers("/v2/api-docs", "/code/*","/payment/callback",
|
|
|
- "/liveRoom/test","/liveRoom/syncUserStatus","/courseGroup/getLockCache","/withdraw/callback")
|
|
|
+ "/liveRoom/test","/liveRoom/syncUserStatus","/courseGroup/getLockCache","/withdraw/callback","/withdraw/contractCallback")
|
|
|
.permitAll().anyRequest().authenticated().and().httpBasic();
|
|
|
}
|
|
|
|