CS QRCode
DJI Warranty Check
This service is used to check the warranty, activation status, etc. of DJI devices (only supports 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 dji
sn Yes Common SN
Example of successful request return
{
    'code': 0,
    'data': {
        'sn': '3YT6K9E003Q004',
        'model': 'DJI AIR 2S',
        'activated': true,   //activated status
        'activeTime': '2022-10-27',   //activated date
        'care': [
            {
                'certNo': 'DDAB84DAD3CD2E95',   //right code
                'craftSN': '3YT6K9E003Q004',
                'cameraSN': '3YZ6K9E003Q014',
                'amount': '',
                'blance': '',
                'claTime': '3',
                'beginTime': '2021/12/15',
                'endTime': '2023/12/14',
                'accidentBeginTime': '2022/12/15',   //Accidental insurance start date
                'accidentEndTime': '2023/12/14',   //Accidental insurance end date
                'rightType': 2,
                'agreementNo': 'DDAB84DAD3CD2E95',
                'typeCode': 1,
                'airType': 'DJI AIR 2S',
                'renewalStatus': null,
                'id': '7806aaea-4d42-4af8-92e3-57bc2a89df85',
                'isVulenrablePart': false,
                'isUpdateService': false,
                'consumablesMoney': '',
                'currentConsumablesMoney': '',
                'consumablesBeginTime': '',
                'consumablesEndTime': '',
                'isConsumables': false,
                'canBuyRenewal': false,
                'inruanceType': 10,
                'flyLoseClatime': 2,
                'insuranceStatus': 0,
                'discountClaTime': null,
                'typeName': 'DJI Care 随心换'   //right name
            }
        ]
    }
}
Request failed return code, please refer to Develop Documents