CS QRCode
Huawei Model Check
This service is used to check the model color and storage of Huawei 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 huawei_model
sn Yes Huawei series IMEI/SN
Example of successful request return
{
    'code': 0,
    'data': {
        'model': 'MateBook X Pro 2023 14.2吋',
        'color': '皓月银',
        'storage': '16GB+1TB',
        'product': 'MorganG-W7611T',
        'img': 'https://r.huaweistatic.com/s/price_mgr/lst/image/M2T1A641N1000032400410702062.png',
        'other': 'i7-1360P UMA WIN11 HOME'
    }
}
Request failed return code, please refer to Develop Documents