简体中文
curl -X POST "http://localhost:5001/channel/whitelist_add" \ -H "Content-Type: application/json" \ -d '{ "channel_id": "group123", "channel_type": 2, "uids": ["user456", "user789"] }'
{ "status": "ok" }
将用户添加到频道白名单
1
2
"ok"
黑名单 > 白名单 > 普通权限