客服二维码
三星激活保修查询
该服务用于查询三星设备的保修、激活状态等(支持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 sumsung
sn Yes IMEI或序列号
Example of successful request return
{
    'code': 0,
    'data': {
        'imei': '351167441741511',   //IMEI1
        'sn': 'R5CT10FQAYE',   //序列号SN
        'model': 'SM-F7110',   //入网型号
        'color': '月光香槟',   //颜色
        'storage': '8GB+256GB',   //配置
        'name': 'Galaxy Z Flip3 5G',   //推广型号
        'description': 'SM-F7110ZEWCHC',   //型号
        'fullDescription': 'Galaxy Z Flip3 5G 月光香槟 8GB+256GB',   //机器描述
        'replaced': false,   //是否官换机
        'type': 'normal',   //设备类型
        'covered': '过保',   //保修状态
        'coverage': '2023-01-26',   //保修到期日期
        'daysleft': 0,   //保修剩余天数
        'carrier': 'China (Open China)',   //国家版本 英文
        'carrierName': '国行公开版本',   //国家版本 中文
        'production': {
            'date': '2022-01-07',   //生产日期
            'country': 'China (Open China)',   //国家版本 英文
            'countryName': '国行',   //国家版本 中文
            'kongji': false,   //是否空激
        },
        'activationDate': '2022-01-26 16:25:13',   //激活日期
        'activated': true,   //激活状态
    }
}
Request failed return code, please refer to Develop Documents