Browse Source

修改描述;

scbc.sat2 5 years ago
parent
commit
f6736973a1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      SATHTTP/SATHTTP/SATHTTP.cpp
  2. 1 1
      SATHTTP/SATHTTP/SATHTTP.h

+ 1 - 1
SATHTTP/SATHTTP/SATHTTP.cpp

@@ -891,7 +891,7 @@ SATHTTP_API int DownloadScript(std::string url, std::string strCaseId, std::stri
 	std::string post_data = "requestMsg=";
 	post_data.append(CharEncoding::EnCode_UTF8URL(pText));
 #ifdef _DEBUG
-	OutputDebugString((std::string(pText)+"\n").c_str());
+	//OutputDebugString((std::string(pText)+"\n").c_str());
 #endif
 
 	// ÊͷŶÑÄÚ´æ;

+ 1 - 1
SATHTTP/SATHTTP/SATHTTP.h

@@ -130,7 +130,7 @@ namespace SATHTTP{
 		{
 			_nCaseStep = 1;
 			_pExcutor = NULL;
-			// 0表示未执行;1表示执行中;2表示执行完毕;3表示超时中断;4表示脚本文件初始化失败;
+			// 0表示未执行;1表示执行中;2表示执行完毕;3表示超时中断;4表示脚本文件初始化失败或异常;
 			_nExecutionState = 0;
 		}
 	}STCase, *pSTCase;