// // OpenSecurityGuardSDK version 2.1.0 // /** * 已弃用,使用 GENERAL 通用人机格式 */ 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;