Browse Source

Z991239-5317 #comment 卡集实体订阅新的卡机广播

Signed-Off-By: commit-hook
刘文涛80174520 1 year ago
parent
commit
fd750733a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Module/mod_CardReadAdapter/mod_CardReadAdapter.h

+ 1 - 1
Module/mod_CardReadAdapter/mod_CardReadAdapter.h

@@ -64,7 +64,7 @@ public:
 		ErrorCodeEnum eStart = m_fsm.Init(this);
 		if (eStart == Error_Succeed)
 		{
-			GetFunction()->SubscribeBroadcast("CardIssuer", "", this, m_uuidCIMsg);
+			GetFunction()->SubscribeBroadcast("CardIssuerStand", "", this, m_uuidCIMsg);
 			GetFunction()->SubscribeBroadcast("CardIssuerStore", "", this, m_uuidCISMsg);
 			GetFunction()->SubscribeBroadcast("ContactlessCard", "", this, m_uuidCCMsg);
 		}