Browse Source

Z991239-5662 #comment feat: 优化适配器模拟器

Signed-Off-By: commit-hook
刘文涛80174520 1 year ago
parent
commit
4ed7f955ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DevAdapter/simulator/cardissuerstand.1.1/cardissuer_impl.cpp

+ 1 - 1
DevAdapter/simulator/cardissuerstand.1.1/cardissuer_impl.cpp

@@ -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();