客服二维码
戴尔保修查询 (含外星人电脑)
该服务用于查询戴尔设备的保修、配置详情等
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 dell
sn Yes 戴尔序列号
Example of successful request return
{
    'code': 0,
    'data': {
        'sn': 'H0YS244',   //序列号
        'model': 'Alienware x14 R2 第13代智能英特尔® 酷睿™ i7- 13620H (24MB 缓存, 10 核, 16 线程, 最高睿频 4.90 GHz Turbo) 星辰银 16 GB, LPDDR5, 4800 MHz, 集成 512GB M.2 PCIe NVMe 固态硬盘',   //型号配置
        'number': 'H0YS244',
        'warranty': {
            'type': 'PREMIUMSUPPORTPLUS',   //保修类型
            'status': '结束',   //保修状态
            'endDate': '2026-09-07',   //保修结束时间
            'daysRemaining': '622'   //保修剩余天数
        },
        'type': '零售机',   //机器类型
        'prop': 'inwar|Premium Support Plus|retail|H0YS244|register|'
    }
}
Request failed return code, please refer to Develop Documents