GroupList| 字段名 | 类型 | 格式 | 是否必填 |
|---|---|---|---|
items |
array <GroupSummary> | 必填 | |
total |
integer | 必填 |
{
"items": [
{
"slug": "string",
"name": "string",
"visibility": "string",
"domain": "string",
"logoUrl": "https://example.com/",
"detailUrl": "https://example.com/"
}
],
"total": 0
}