Signed-Off-By: commit-hook
@@ -8795,6 +8795,8 @@ int CCardIssuerFSM::ReadJS(SpReqAnsContext<CardIssuerStoreService_ReadJS_Req, Ca
if (ICtype == 0) {
ctx->Ans.magStatus = 0;
ctx->Ans.icState = 0;
+ ctx->Ans.icMode = -1;
+ ctx->Ans.result = "";
ctx->Answer(Error_Succeed);//无磁无IC直接返回
}
else if (ICtype == 2) {