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