video-channel/like-opus

Description

  • Like or unlike, to endorse posts and comments beneath them.

Request URL

  • http://127.0.0.1:8888/api/

Request Method

  • POST

Parameters

Parameter NameRequiredParameter TypeDescription
typeYesintAPI ID
userNameYesstringVideo Channel Id
objectIdYesstringobjectId
sessionBufferYesstringsessionBuffer
objectNonceIdYesstringobjectNonceId
isLikeYesboolLike ?
commentIdNostringIf this parameter is set, it will perform an operation on the comment.

Request Example

 {
  "type": 10073,
  "userName": "v2_xxx@finder",
  "objectId": "...",
  "sessionBuffer": "...",
  "objectNonceId": "...",
  "isLike": true
 } 

Return Example

  {
    "data": {
      "status": 0,
      "desc": "",
      "data": []
    }
  }

Return Parameter Description

Parameter NameParameter TypeDescription
error_codeintError code
descriptionstringError Description
datajsonBusiness data

Remark