CS QRCode
Honor Model/Color/Storage Check
This service is used to check the model color and storage of Honor 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 honor_model
sn Yes Huawei series IMEI/SN
Example of successful request return
{
    'code': 0,
    'data': {
        'description': '荣耀Power 12GB+512GB 雪原白 双卡 全网通版',
        'model': '荣耀Power',
        'color': '雪原白',
        'storage': '12GB+512GB',
        'other': '双卡 全网通版'
    }
}
Request failed return code, please refer to Develop Documents