简体中文
curl -X POST "http://localhost:5001/channel" \ -H "Content-Type: application/json" \ -d '{ "channel_id": "group123", "channel_type": 2, "large": 0, "ban": 0, "subscribers": ["user1", "user2", "user3"] }'
{ "status": "ok" }
创建新的聊天频道
1
2
0
"ok"