curl --location --request GET 'http://localhost:8081/adm/carMerch/' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"type": "string",
"number": "string",
"carId": 0,
"effectTime": "2019-08-24T14:15:22Z",
"expiredTime": "2019-08-24T14:15:22Z",
"status": "string",
"comment": "string",
"createUser": "string",
"updateUser": "string",
"license": "string"
}
}