接口地址: https://api.ahfi.cn/api/AppleDeviceInfo
返回格式: JSON
请求方式: GET
请求示例: https://api.ahfi.cn/api/AppleDeviceInfo?udid=1234567890abcdef&apiKey=用户中心生成密钥替换此次
请求参数:
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
udid | 是 | string | Apple设备的唯一标识符 |
返回参数:
名称 | 类型 | 说明 |
---|---|---|
model | string | 设备型号 |
deviceNumber | string | 设备编号 |
devicePlatform | string | 平台 |
deviceClass | string | 设备类型 |
serialNumber | string | 序列号 |
返回示例:
{ "code": 200, "message": "成功获取设备信息", "data": { "model": "iPhone13,3", "deviceNumber": "A2410", "devicePlatform": "ios", "deviceClass": "smartphone", "serialNumber": "G6TLJXXXNXXX", "name": "User's iPhone" } }