# getUserInfo APP中查询用户信息

# Attributes

属性 类型 必要 默认值 说明

# 调用示例

window.bridge.getUserInfo(res => {
    console.log(res)
})

# callback

属性 类型 必要 默认值 说明
code String Y -
msg String Y -
accountId String Y -
userId String Y -
userNumberId String Y -
nickName String Y -
avatarUrl String Y -
email String Y -
mobile String Y -
account String Y -
homeId String N -
timeZoneId String N -

# 接口返回示例

{"accountId": "1006634709", "userNumberId": "105961228083201", "email": "455s00@qq.com", "userId": "7f89f41ea34e6fa59def6749a59d4ea5", "nickName": "455s3500", "avatarUrl": "null"}