Prechádzať zdrojové kódy

Z991239-2278 #comment other: 授权功能集 数据结构添加字段

翟俊伟80258120 4 rokov pred
rodič
commit
7255bce844
1 zmenil súbory, kde vykonal 8 pridanie a 0 odobranie
  1. 8 0
      Module/mod_CustMngrAuth/CustMngrAuthFSM.h

+ 8 - 0
Module/mod_CustMngrAuth/CustMngrAuthFSM.h

@@ -116,11 +116,19 @@ enum AuthByWhich//授权结果
 	AuthByUkey = 2,
 };
 
+enum BmpType
+{
+	BmpImage = 1,
+	TestImage
+};
+
 struct AuthContext
 {
 	AuthByWhich eAuthByWhich;
 	CSimpleStringA UkeyID;
 	CSimpleStringA CustomerID;
+	CSimpleStringA Feature;
+	CBlob FingerImg;
 };
 
 class CCustMngrAuthEntity;