[关闭]
@my943813636 2018-10-14T03:40:25.000000Z 字数 483 阅读 464

获取分类

GET https://paimai.micookie.net/live/index.php/cat

请求

null

返回

  1. {
  2. "errorCode": 0,
  3. "data" : [
  4. 0: {
  5. "title" : "工艺美术",
  6. "id" : 1
  7. }
  8. ]
  9. }

创建直播

POST https://paimai.micookie.net/live/index.php/live/{liveId}
liveId 直播id

请求

{
"title" : "直播标题",
"catId" : 1
}

返回

  1. {
  2. "errorCode": 0,
  3. "data" : {
  4. "url" : "rtmp://"
  5. }
  6. }

停止直播

DELETE https://paimai.micookie.net/live/index.php/live/{liveId}
liveId 直播id

请求

null

返回

  1. {
  2. "errorCode": 0
  3. }

查询观看人数

GET https://paimai.micookie.net/live/index.php/live/{liveId}/watchCount
liveId 直播id

请求

null

返回

  1. {
  2. "errorCode": 0,
  3. "data" : {
  4. "count" : 10
  5. }
  6. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注