| 接口名称 | 点赞ForSp |
| 地址 | https://api.cnlive.com/open/api2/support/supportBySpId/insert |
| method | post |
| 返回数据 | json |
/* Title: 9.4 点赞ForSp */
| 参数 | 必选 | 类型 | 说明 |
|---|---|---|---|
| appId | true | string | 应用ID |
| id | true | string | 主题ID |
| sid | true | string | 点赞者id |
| support | true | string | 0 取消 1点赞 |
| plat | true | string | i=IOS客户端,a=Android客户端 |
| sign | true | string | 签名 |
{
"errorMessage": "成功",
"errorCode": "0"
}