客服二维码
苹果型号颜色容量查询
该服务用于查询苹果设备的型号颜色容量 (仅支持SN)
Concurrent / Thread Count
For queries that take more than 1 second, the concurrent / thread count should be controlled within 10 or less.
Reason: Excessive concurrency can cause the system to directly return a failure.
Request Parameters
Parameter Required Value
key Yes key
type Yes apple_model
sn Yes 苹果序列号SN
Example of successful request return
{
    'code': 0,
    'data': {
        'sn': 'J7Y30R0WYM',   //序列号SN
        'model': 'iPhone 14 Pro',   //型号
        'color': '银色',   //颜色
        'storage': '128GB'   //容量
    }
}
Request failed return code, please refer to Develop Documents