Browse Source

#IQRV #comment [Healthmanager] 添加OSType的UOS标识

gifur 3 years ago
parent
commit
f8fb3b5888
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Module/mod_healthmanager/HealthManagerFSM.cpp

+ 1 - 0
Module/mod_healthmanager/HealthManagerFSM.cpp

@@ -2356,6 +2356,7 @@ void CHealthManagerFSM::ToLogWarnTermAboutInfo(BOOL bSuccessFlag)
 	csOSVerion = GetOsVersion();
     if (!csOSVerion.IsNullOrEmpty())
         termInfo["OSVersion"] = csOSVerion;
+	termInfo["OSType"] = "UOS";
 #if defined(RVC_OS_WIN)
 	csAsiaInfo = GetIsAsiaInfoInstalled();
 #else