接口名称 读取点赞总数     web domain
地址 https://api.cnlive.com/open/api2/support/supportBySpId/readSupportCount
method post
返回数据 json

/* Title: 9.6 加载点赞数 */

URL: https://api.cnlive.com/open/api2/commentServices/services/supportBySpId/readSupportCount


请求方式: POST


返回格式: JSON


请求参数说明:

参数 必选 类型 说明
appId true string 应用ID
id true string 主题ID
sid false string 用户id
plat true string i=IOS客户端,a=Android客户端

返回格式说明:

{
 "errorCode":"0",
 "errorMessage":"成功",
 "data":{
 "total_columns":"2", //点赞总数
 "praised":"true" //当前用户是否点赞 true:已点赞 false:未点赞
 }
}