GroupList

字段

字段名 类型 格式 是否必填
items array <GroupSummary> 必填
total integer 必填

示例 JSON

{
    "items": [
        {
            "slug": "string",
            "name": "string",
            "visibility": "string",
            "domain": "string",
            "logoUrl": "https://example.com/",
            "detailUrl": "https://example.com/"
        }
    ],
    "total": 0
}