live-room/like-live-room

Description

  • Like the live stream room.

Request URL

  • http://127.0.0.1:8888/api/

Request Method

  • POST

Parameters

Parameter NameMandatoryParameter TypeDescription
typeYesintAPI ID
liveIdYesstringLive Room ID
objectIdYesstringobjectId
liveCookiesYesstringCookie 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 NameParameter TypeDescription
error_codeintError code
descriptionstringError Description
datajsonBusiness data

Remark