|  | @@ -38,7 +38,8 @@ 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/checkInfo/*", "/tenantInfo/pay/*","/tenantInfo/testCheck", "/tenantInfo/getContract/*"
 | 
	
		
			
				|  |  | +                        "/tenantInfo/info/*", "/tenantInfo/checkInfo/*", "/tenantInfo/pay/*","/tenantInfo/testCheck", "/tenantInfo/getContract/*",
 | 
	
		
			
				|  |  | +                        "/tenantPreJoin/add"
 | 
	
		
			
				|  |  |                  )
 | 
	
		
			
				|  |  |                  .permitAll().anyRequest().authenticated().and().httpBasic();
 | 
	
		
			
				|  |  |      }
 |