OpenSecurityBodyDefine.h 1.3 KB

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