API Reference
English

登录

事件类型:

登录事件: login

字段类型含义建议备注
accountAccount账户信息必须登录的账户信息
login_typeString登录方式建议枚举值: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" } }