Authorization: Bearer ********************
curl --location --request GET 'https://jiugang.mhiiot.cn/openapi/client/api/sysRole/getRoleAuthList?Id' \
--header 'Authorization: Bearer <token>'
{
"statusCode": 0,
"errorMessage": "string",
"mD5": "string",
"isSuccess": true,
"timestamp": "string",
"data": {
"id": "string",
"seriousEventNotice": true,
"eventNotice": true,
"taskNotice": true,
"taskManager": true,
"planManager": true,
"excelExport": true
}
}