CS QRCode
Xiaomi/Redmi Model Check
This service is used to check the model color and storage of Xiaomi/Redmi 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 xiaomi_model
sn Yes Xiaomi IMEI/SN
Example of successful request return
{
    'code': 0,
    'data': {
        'model': 'Xiaomi 14',
        'color': '白色',
        'storage': '12GB+256GB',
        'description': 'Xiaomi 14 12GB内存 白色 256GB',
        'other': ''
    }
}
Request failed return code, please refer to Develop Documents