Apple Purchase Date Check
Checks the estimated purchase date that you would otherwise find in a Sold By check. (supports 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.
Example of successful request return
{
'code': 0,
'data': {
'appleCare': false,
'sn': 'JMVDYCJQP7',
'estPurchaseDate': '2024-10-08',
'model': 'iPhone 16 Pro 原色 256GB',
'modelDesc': 'IPHONE 16 PRO NATURAL 256GB-CHN'
}
}