|
@@ -132,7 +132,7 @@ ErrorCodeEnum CardIssuerImpl::GetLastErr(DevErrorInfo& devErrInfo)
|
|
|
{
|
|
|
static int times = 0;
|
|
|
char szMessage[1024];
|
|
|
- string lastErr = "{\"Description\": \"测试模式,硬件执行失败\"}";
|
|
|
+ string lastErr = "{\"Description\": \"test DevAdapter is execute fail\"}";
|
|
|
//sprintf(szMessage, "这是第 %d 条错误信息", ++times);
|
|
|
strcpy(devErrInfo.szErrMsg, lastErr.c_str());
|
|
|
devErrInfo.dwErrMsgLen = lastErr.length();
|