curl --location --request GET 'https://bsh.bhdata.com:30015/bhmailer/groupList?top=10&page=1&uid=&sign='
{
"code": 0,
"data": {
"value": [
{
"id": -2,
"parentId": 0,
"name": "辅助邮箱",
"readOnly": false
},
{
"id": 101,
"parentId": 0,
"name": "test1",
"readOnly": false
},
{
"id": 102,
"parentId": 0,
"name": "test2",
"readOnly": false
}
],
"total": 36
}
}