video-channel/retrieve-opus-barrage
Description
- Fetch bullet comments from Video Number (微信视频号) posts.
Request URL
http://127.0.0.1:8888/api/
Request Method
Parameters
Parameter Name | Required | Parameter Type | Description |
---|
type | Yes | int | API ID |
objectId | Yes | string | objectId |
startTimestamp | No | string | Retrieve the initial timestamp of the barrage, measured in milliseconds. |
Request Example
{
"type": 10065,
"objectId": "1xxxxx",
"startTimestamp": "1000"
}
Return Example
{
"data": {
"status": 0,
"desc": "",
"data": []
}
}
Return Parameter Description
Parameter Name | Parameter Type | Description |
---|
error_code | int | Error code |
description | string | Error Description |
data | json | Business data |