Apple Model+Color+Capacity Check
This service is used to check the model, color, and capacity of Apple devices (only supports 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.
Example of successful request return
{
'code': 0,
'data': {
'sn': 'J7Y30R0WYM',
'model': 'iPhone 14 Pro',
'color': '银色',
'storage': '128GB'
}
}