static BYTE CardID[][4]={
{0x02,0x66,0x22,0x75},//卡一
{0x82,0xbe,0x43,0x75},//卡二
{0x42,0x1f,0x65,0x75},//卡三
{0x53,0x26,0x36,0xc0},//卡四
{0xa2,0x9c,0x0f,0x61},//卡五
{0xc2,0xe0,0x6c,0x75} //卡六
};
//密码A
static BYTE PwdA[][6]={
{0xb7,0xd1,0x81,0xe4,0xdf,0xe8},//卡一密码
{0xb7,0xcf,0xec,0xec,0x5f,0x9d},//卡二密码
{0xb7,0xad,0xd6,0xe0,0x9f,0x3c},//卡三密码
{0x02,0x90,0x85,0xdf,0x8e,0x28},//卡四密码
{0xf8,0xe3,0x2e,0xea,0x3f,0xb2},//卡五密码
{0xb7,0x3d,0xe7,0xe8,0x1f,0x3e} //卡六密码
};