CS QRCode
OPPO/OnePlus Warranty Check
This service is used to check the warranty and activation status of OPPO/OnePlus devices (supporting IMEI/SN query)
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 oppo
sn Yes OPPO series IMEI/SN
Example of successful request return
{
    'code': 0,
    'data': {
        'imei': '862014061500870',
        'img': 'https://image.oppo.com/content/dam/oppo/common/support/self-service/products/01/01/PHY110.png',   //product image
        'model': 'OPPO Find X7 Ultra',   //promotion model
        'color': '松影墨韵',
        'number': 'PHY110',   //network access model
        'ram': '16GB',
        'rom': '512GB',
        'skuCode': '110010131526',   //SKU ID
        'productTypeName': '手机',
        'purchase': {
            'date': '2024-01-24',   //activated date
            'country': '中国'   //purchase country
        },
        'region': 'CN',   //country code
        'coverage': '2025-01-23',   //warranty end date
        'hasReplacedImei': 'false',   //Has the device been replaced
        'extend': '0',   //Is the warranty extended
    }
}
Request failed return code, please refer to Develop Documents