客服二维码
苹果预激活/激活日期查询
该服务用于查询苹果预激活设备的预激活日期(支持IMEI/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 purchase
sn Yes IMEI或序列号
Example of successful request return
{
    'code': 0,
    'data': {
        'modelDesc': 'IPHONE 16 PRO NATURAL 256GB-CHN',   //零件描述
        'model': 'IPHONE 16 PRO',   //型号
        'imei': '351138312154837',   //IMEI1
        'imei2': '351138317164666',   //IMEI2
        'serial': 'JMVDYCJQP7',   //序列号SN
        'warrantyStatus': '在保',   //保修状态
        'replaced': false,   //是否已更换产品的序列号
        'sn': 'JMVDYCJQP7',   //序列号SN
        'Estimated Purchase Date': '2024-09-20',   //预激活/激活/购买日期
        'description': 'IPHONE 16 PRO NATURAL 256GB-CHN',
        'color': '原色',   //颜色
        'storage': '256GB'   //容量
    }
}
Request failed return code, please refer to Develop Documents