Authorization: Bearer ********************curl --location --request GET '/web/vehicle-operate-v2/v1.0/vehicle-lock-detail?vin=' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"msg": null,
"data": [
{
"vin": "nostrud",
"reason": "dolor labore sit in sed",
"lockedTime": "2013-11-12 14:51:14",
"nonLockTime": "2008-01-02 16:20:04",
"lockTime": "1980-10-18 17:36:12",
"lockCreator": "dolore sunt sed",
"nonLockCreator": "nisi quis est"
},
{
"vin": "non cillum eu ipsum eiusmod",
"reason": "Duis officia",
"lockedTime": "1985-09-22 12:37:51",
"nonLockTime": "1983-12-14 17:37:45",
"lockTime": "1997-07-11 02:28:59",
"lockCreator": "tempor",
"nonLockCreator": "Lorem in nulla velit veniam"
},
{
"vin": "quis sint ad officia",
"reason": "anim sed et pariatur occaecat",
"lockedTime": "锁车20分钟",
"nonLockTime": "2005-08-07 16:18:49",
"lockTime": "1979-04-08 18:45:17",
"lockCreator": "mollit ad amet reprehenderit magna",
"nonLockCreator": "aute ipsum est"
}
]
}