curl --location --request GET 'http://localhost:8081/system/tenant/list?createUser=&updateUser=&id=&name=&type=&status=&logo=&expireDate=' \
--header 'Authorization: '
{
"total": 0,
"rows": [
{
"id": 0,
"name": "string",
"type": "string",
"status": "string",
"logo": "string",
"expireDate": "2019-08-24T14:15:22Z",
"createUser": "string",
"updateUser": "string",
"menuIds": [
0
]
}
],
"code": 0,
"msg": "string",
"map": {
"property1": {},
"property2": {}
}
}