接口简介

  • 获取用户最后一次app操作时的设备信息

由于权限问题,有些用户的设备获取不到

接口请求说明

请求方式

GET https://站点接口域名/openapi/users/{user_id}/device-info

请求参数

请求示例

curl -X GET  'https://站点接口域名/openapi/users/2/device-info' \
  -H 'Authorization: Bearer 5d39164d1f281' \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json'

接口响应说明

响应示例

{
    "code": 0,
    "text": "",
    "data": {
        "device_id": "xxxxxxx",
        "device_type": "Xiaomi MI6",
    },
    "time": 1545809695
}

响应结果说明

字段名 类型 说明
device_id string 设备号
device_type string 设备型号
文档更新时间: 2021-11-26 10:02   作者:漫漫