|
@@ -948,9 +948,7 @@ DWORD CInitializerEntity::ReportInitMKState(const char *pszUserID, DWORD dwErrCo
|
|
|
return rc;
|
|
|
}
|
|
|
assert(m_pConnection->IsConnectionOK());
|
|
|
- std::string errStr = SP::Utility::UTF8ToGBK(std::string(pszErrMsg));
|
|
|
- auto test = SP::Utility::GBK2UTF8(errStr);
|
|
|
- return m_pConnection->SendReportStatePackage("InitMK", pszUserID, dwErrCode, errStr.c_str());
|
|
|
+ return m_pConnection->SendReportStatePackage("InitMK", pszUserID, dwErrCode, pszErrMsg);
|
|
|
} else {
|
|
|
return Error_Succeed;
|
|
|
}
|