接口名称 设置、取消最佳回答     签名
地址 https://api.cnlive.com/open/api2/commentServices/commentForTopic/setBestComment
method post
返回数据 json

/* Title: 10.10 设置、取消最佳回答 Sort: 108 */

请求方式: POST


返回格式: JSON


请求参数说明:

参数 必选 类型 说明
appId true string 应用ID
topicId true string 话题ID
commentId true string 评论ID
bestStatus true boolean true设置最佳回答、false取消最佳回答
plat true string 客户端平台[i:IOS客户端,a:Android客户端]
sign true string 签名

返回格式说明:

{"errorCode":"0","errorMessage":"操作成功"}
{
 errorCode:"xxx", //错误代码(非0)
 errorMsg:"失败" //错误信息
}