事件类型:
登录事件: login
字段 | 类型 | 含义 | 建议 | 备注 | |
---|---|---|---|---|---|
account | Account | 账户信息 | 必须 | 登录的账户信息 | |
login_type | String | 登录方式 | 建议 | 枚举值:1.account_password :账户密码2.account_verification_code:账户验证码3.scan_qr_code:扫描二维码4.third_party_authorization:第三方授权5.face_authentication:人脸认证6.other_cases:其他情况 |
请求示例
{
"event_type": "login",
"scenario": "default",
"event_time": "2024-04-16T10:30:30.300+07:00",
"terminal": {
"black_box": "aGPH16523456683672ropYaFxT7"
},
"ext": {
"ext_response_types": "device_info"
},
"account": {
"account_id": "10016192",
"register_time": "2024-04-16T10:47:56.263+07:00",
"phone": {
"country_code": 62,
"phone_number": "08************"
},
"email": "****@gmail.com"
}
}