| 接口名称 | 删除评论 签名 |
| 地址 | https://api.cnlive.com/open/api2/commentServices/commentForUgc/deleteComment |
| method | post |
| 返回数据 | json |
/* Title: 10.2 删除评论 Sort: 102 */
| 参数 | 必选 | 类型 | 说明 |
|---|---|---|---|
| appId | true | string | 应用ID |
| topicId | true | string | 内容ID |
| commentId | true | string | 评论ID |
| plat | true | string | 客户端平台[i:IOS客户端,a:Android客户端] |
| sign | true | string | 签名 |
{
errorCode:"0",
errorMsg:"删除评论成功"
}
{
errorCode:"xxx", //错误代码(非0)
errorMsg:"失败" //错误信息
}