|
@@ -101,6 +101,7 @@ namespace WingCloudServer.Plugin
|
|
|
if (ValidURMConfig().Result)
|
|
|
{
|
|
|
if (_apiName == "IResearchEditionService/ActivationLicenseAsync" || _apiName == "ILoginService/CommonLoginAsync" || _apiName == "IResearchEditionService/GetLicenseInfoAsync" ||
|
|
|
+ _apiName == "IManagementService/AdminLogin" || _apiName == "IManagementService/GetLoginInfoByToken" || _apiName == "IManagementService/GetAdminRoleFeaturs" || _apiName == "IDongleService/RewriteServerDongleAsync" ||
|
|
|
_apiName == "IResearchEditionService/GetResearchProjectUserFeatureListAsync" || _apiName == "IResearchEditionService/GetMachaineIdAsync" || _apiName == "IResearchEditionService/GetServerHostUrlAsync")
|
|
|
{
|
|
|
//这里的不拦截,其他的都拦截
|