Authorization: Bearer ********************curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/client/api/sysOrg/page' \
--header 'Authorization: Bearer <token>'{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": {
"pageNo": 0,
"pageSize": 0,
"totalPage": 0,
"totalRows": 0,
"rows": [
{
"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:22.123Z",
"updatedTime": "2019-08-24T14:15:22.123Z"
}
]
}
}