简体中文
curl -X POST "http://localhost:5001/channel/subscriber_remove" \ -H "Content-Type: application/json" \ -d '{ "channel_id": "group123", "channel_type": 2, "subscribers": ["user4", "user5"], "temp_subscriber": 0 }'
{ "status": "ok" }
从频道移除订阅者(成员)
1
2
0
"ok"