|  | @@ -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")
 | 
	
		
			
				|  |  | +                        "/liveRoom/test","/liveRoom/syncUserStatus","/courseGroup/getLockCache","/withdraw/callback")
 | 
	
		
			
				|  |  |                  .permitAll().anyRequest().authenticated().and().httpBasic();
 | 
	
		
			
				|  |  |  	}
 | 
	
		
			
				|  |  |  
 |