{
"keyword": null
}curl --location --request POST 'https://cloud.hm443.com/api/tenant-service-open/basis/getGroupTree' \
--header 'accessKey: 32252aa6a2a941dfab1b048ec549ed37' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": null
}'{
"code": 200,
"message": "成功",
"data": [
{
"id": 2,
"pid": 1,
"pName": "测试分组-1",
"name": "测试分组-1-1",
"sort": 1,
"leader": null,
"contact": null,
"remark": null,
"isKeep": false,
"storeConfig": {
"track": 90,
"alarm": 90,
"rept": 90,
"log": 30,
"other": 30
},
"childList": []
}
]
}