中文

Login Event

Event category: login

  • account[* Object Account]:Account information

    • account_id[* String]: Account ID
    • register_time[* String]: Account registration (creation) time, compliant with ISO 8601 standard, format YYYY-MM-DDTHH:mm:ss.sssZ, for example, 2021-10-12T14:20:50.521+07:00
    • phone[Object Phone]: account mobile phone information
      • country_code[* Integer]: Country area code, conforms to the International Telecommunication Union E.164 standard, does not include the + sign and the prefix 0, such as 86
      • phone_number[* String]: mobile phone number/telephone number, excluding + sign and prefix
    • email[String]: account email
  • login_type[String]: login method, enumeration value

    • account_password: account password
    • account_verification_code: account verification code
    • scan_qr_code: scan QR code
    • third_party_authorization: Third-party authorization
    • face_authentication: face authentication
    • other_cases: other cases