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