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