Description
- Share or respond to comments.
Request URL
http://127.0.0.1:8888/api/
Request Method
Parameters
Parameter Name | Required | Parameter Type | Description |
---|
type | Yes | int | API ID |
content | Yes | string | Comment content |
objectId | Yes | string | objectId |
objectNonceId | Yes | string | objectNonceId |
sessionBuffer | Yes | string | sessionBuffer |
replyCommentId | No | string | ID 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 Name | Parameter Type | Description |
---|
error_code | int | Error code |
description | string | Error Description |
data | json | Business data |