接口名称 删除一条回复     签名
地址 https://api.cnlive.com/open/api2/commentServices/commentForTopic/deleteReply
method post
返回数据 json

/* Title: 10.5 删除回复 Sort: 105 */

请求方式: POST


返回格式: JSON


请求参数说明:

参数 必选 类型 说明
appId true string 应用ID
commentId true string 评论ID
replyId true string 回复ID
plat true string 客户端平台[i:IOS客户端,a:Android客户端]
sign true string 签名

返回格式说明:

{
 errorCode:"0",
 errorMsg:"删除回复成功"
}
{
 errorCode:"xxx", //错误代码(非0)
 errorMsg:"失败" //错误信息
}