http://127.0.0.1:8888/api/
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
type | 是 | int | 接口编号 |
liveId | 是 | string | 直播间id |
objectId | 是 | string | 作品id |
objectNonceId | 是 | string | 作品nonceId |
finderUserName | 否 | string | 视频号id |
{
"type": 10080,
"liveId", "xxxxxx",
"objectId": "1xxxxx",
"objectNonceId": "xx_xx_xx"
}
如何获得liveId?找一个直播间转发给bot,bot通过[处理消息目录]下的回调方式回调消息,通过解析消息获取liveId
{
"data": {
"status": 0,
"desc": "",
"data": []
}
}
参数名 | 类型 | 说明 |
---|---|---|
error_code | int | 错误代码 |
description | string | 错误描述 |
data | json | 业务数据 |