Authorization: Bearer ********************curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/project/api/MaintenanceGroup/getPage' \
--header 'Authorization: Bearer <token>'{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": {
"pageNo": 0,
"pageSize": 0,
"totalPage": 0,
"totalRows": 0,
"rows": [
{
"id": "string",
"name": "string",
"leaderId": "string",
"leaderName": "string",
"groupType": 0,
"groupTypeName": "string",
"reviewerId": "string",
"reviewerName": "string",
"memberIdList": [
0
],
"memberIds": "string",
"memberNames": [
"string"
],
"remark": "string",
"updatedTime": "2019-08-24T14:15:22.123Z",
"updatedTimeStr": "string"
}
]
}
}