소스 검색

调整t提示

denny 8 달 전
부모
커밋
1bd7dc5753
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/Plugin/LicensePlugin.cs

+ 1 - 0
src/Plugin/LicensePlugin.cs

@@ -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")
                 {
                     //这里的不拦截,其他的都拦截