简体中文
curl -X GET "http://localhost:5001/channel/whitelist?channel_id=group123&channel_type=2"
[ "user456", "user789", "user101" ]
获取频道白名单用户列表
1
2