curl --location -g --request GET 'http://{{ip}}:9000/user-service/tenant/company/pageList' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC'
{
"code": 0,
"msg": "string",
"data": {
"size": 0,
"current": 0,
"records": [
{
"tenantId": 0,
"tenantName": "string",
"alias": "string",
"tenantCode": "string",
"parentId": 0,
"parentName": "string"
}
],
"total": 0,
"pages": 0
}
}