curl --location --request GET 'http://localhost:8081/adm/carMerch/list?id=&type=&number=&carId=&effectTime=&expiredTime=&status=&comment=&createUser=&updateUser=' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{
"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"
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}