|  | @@ -82,6 +82,7 @@ public class ShiroConfig {
 | 
	
		
			
				|  |  |          filterChainDefinitionMap.put("/ctop/material/top/cost", "anon");
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          filterChainDefinitionMap.put("/v1/**", "anon");
 | 
	
		
			
				|  |  | +        filterChainDefinitionMap.put("/ctop/wpsFile/**", "anon");
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          filterChainDefinitionMap.put("/generic/**", "anon");
 | 
	
		
			
				|  |  |          filterChainDefinitionMap.put("/", "anon");
 |