|  | @@ -39,7 +39,7 @@ public class ResourceServerConfig extends ResourceServerConfigurerAdapter {
 | 
	
		
			
				|  |  |                          "/eduSubject/findSubSubjects", "/eduFinancialExpenditure/batchAdd", "/eduSendNotice/*",
 | 
	
		
			
				|  |  |                          "/oaContracts/*", "/eduStudent/organStudentOverView", "/activity/countCloudTeacherActive",
 | 
	
		
			
				|  |  |                          "/activity/organDoubleEleven2021Statis", "/activity/doubleEleven2021Statis", "/questionnaireTopic/getDetail", "/questionnaireUserResult/add",
 | 
	
		
			
				|  |  | -                        "/tenantInfo/info"
 | 
	
		
			
				|  |  | +                        "/tenantInfo/info/*"
 | 
	
		
			
				|  |  |                  )
 | 
	
		
			
				|  |  |                  .permitAll().anyRequest().authenticated().and().httpBasic();
 | 
	
		
			
				|  |  |      }
 |