接口名称 读取用户当天投票状态     web domain
地址 https://api.cnlive.com/open/api2/vote/voteForActivity/readDayVoteStatus
method post
返回数据 json

/* Title: 11.2 读取用户当天投票状态 Sort: 112 */

请求方式: get


返回格式: JSON


请求参数说明:

参数 必选 类型 说明
appId true string 应用ID
activityId true string 活动ID
sid true string 用户ID
plat true string 客户端平台[i:IOS客户端,a:Android客户端]
sign true string 签名

返回格式说明:

{
 "errorCode": "0",
 "errorMessage": "success",
 "data": "false" 
}
{
 errorCode:"xxx", //错误代码(非0)
 errorMsg:"失败" //错误信息
}