We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438425a commit 29dbf5fCopy full SHA for 29dbf5f
docs/live/manage.md
@@ -431,8 +431,10 @@ curl 'https://api.live.bilibili.com/room/v1/Room/startLive' \
431
432
| 参数名 | 类型 | 内容 | 必要性 | 备注 |
433
| ------- | ---- | ------------------------ | ------ | -------------------- |
434
+| platform | str | 直播平台 | 必要 | 直播姬(pc):pc_link<br />web在线直播:web_link(已下线)<br />bililink:android_link |
435
| room_id | num | 直播间id | 必要 | 必须为自己的直播间id |
436
| csrf | str | CSRF Token(位于cookie) | 必要 | |
437
+| uid | num | 用户id | 非必要 | |
438
439
**json回复:**
440
0 commit comments