Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/sysOrg/listEx' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": [
{
"orgType": "string",
"id": "string",
"pid": "string",
"pids": "string",
"name": "string",
"code": "string",
"tel": "string",
"sort": 0,
"remark": "string",
"craneIds": "string",
"cranes": [
"string"
],
"status": "ENABLE",
"createdTime": "2019-08-24T14:15:22Z",
"updatedTime": "2019-08-24T14:15:22Z"
}
]
}