developer
2023-05-20 e12c7b4c22df631ebdcd16b2f98fbef8f738f92f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
//
// OpenSecurityGuardSDK version 2.1.0
//
 
/**
 *  使用默认的人机格式,没有特定需求使用此 flag
 */
extern int const OPEN_SECURITYBODY_FLAG_FORMAT_DEFAULT;
 
/**
 *  通用人机格式
 */
extern int const OPEN_SECURITYBODY_FLAG_FORMAT_GENERAL;
 
/**
 *  mini 人机格式
 */
extern int const OPEN_SECURITYBODY_FLAG_FORMAT_MINI;
 
/**
 *  youku 人机格式
 */
extern int const OPEN_SECURITYBODY_FLAG_FORMAT_YOUKU;
 
/**
 *  alipay 人机格式
 */
//extern int const OPEN_SECURITYBODY_FLAG_FORMAT_ALIPAY;
 
/**
 *  使用 白盒加密人机数据,没有特别需求不要指定
 */
extern int const OPEN_SECURITYBODY_FLAG_CRYPTOR_ATLAS;
 
 
/**
 *  人机的环境标识,线上
 */
extern int const OPEN_SECURITYBODY_ENV_ONLINE;
 
/**
 *  人机的环境标识,预发
 */
extern int const OPEN_SECURITYBODY_ENV_PRE;
 
/**
 *  人机的环境标识,日常
 */
extern int const OPEN_SECURITYBODY_ENV_DAILY;
 
/**
 *  人机的环境标识,未设置,没有特别需求不要使用
 */
extern int const OPEN_SECURITYBODY_ENV_UNSET;
 
/**
 *  获取位置信息格式
 */
extern int const OPEN_SECURITYBODY_FLAG_FORMAT_GET_LOC_DATA;
 
/**
 *  LBS风险场景标识
 */
extern int const OPEN_SECURITYBODY_SCENE_LBSRISK;
 
/**
 *  实人认证风险场景标识
 */
extern int const OPEN_SECURITYBODY_SCENE_FACERISK;