live-room/like-live-room
Description
- Like the live stream room.
Request URL
http://127.0.0.1:8888/api/
Request Method
Parameters
Parameter Name | Mandatory | Parameter Type | Description |
---|
type | Yes | int | API ID |
liveId | Yes | string | Live Room ID |
objectId | Yes | string | objectId |
liveCookies | Yes | string | Cookie from Enter-Live-Room |
Request Example
{
"type": 10084,
"liveId": "xxxxxxx",
"objectId": "1xxxxx",
"liveCookies": "xxxxxx"
}
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 |