Procházet zdrojové kódy

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

Signed-Off-By: commit-hook
刘文涛80174520 před 1 rokem
rodič
revize
fd750733a9

+ 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);
 		}