curl --location -g --request GET 'http://{{ip}}:9000/user-service/sysLocation/listInfo?idList' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1'{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"name": "string",
"locationList": [
{
"id": 0,
"tenancyCode": "string",
"ownerId": 0,
"deptId": 0,
"createdBy": 0,
"createdTime": "2019-08-24T14:15:22.123Z",
"updatedBy": 0,
"updatedTime": "2019-08-24T14:15:22.123Z",
"deleted": true,
"version": 0,
"name": "string",
"dutyUserId": 0,
"status": 0
}
]
}
]
}