video-channel/post-comment

Description

  • Share or respond to comments.

Request URL

  • http://127.0.0.1:8888/api/

Request Method

  • POST

Parameters

Parameter NameRequiredParameter TypeDescription
typeYesintAPI ID
contentYesstringComment content
objectIdYesstringobjectId
objectNonceIdYesstringobjectNonceId
sessionBufferYesstringsessionBuffer
replyCommentIdNostringID of the comment to reply to

Request Example

 {
  "type": 10077,
  "objectId": "1xxxxx",
  "objectNonceId": "xx_xx_xx",
  "sessionBuffer": "xxx",
  "content": "你讲的每一句话,就像在听一次完整的演讲!枯燥而无味!"
 } 

Return Example

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

Return Parameter Description

Parameter NameParameter TypeDescription
error_codeintError code
descriptionstringError Description
datajsonBusiness data

Remark