11.6 读取站外剩余投票.md
1.2 KB
/* Title: 11.4 投票-站外 Sort: 114 */
请求方式: POST
返回格式: JSON
请求参数说明:
| 参数 | 必选 | 类型 | 说明 |
|---|---|---|---|
| appId | true | string | 应用ID |
| activityId | true | string | 活动ID |
| sid | true | string | 用户ID |
| userToken | true | string | 用户token |
| plat | true | string | 客户端平台[i:IOS客户端,a:Android客户端] |
返回格式说明:
{
count: 0,
nick: "xxxxx"
}
{
"errorCode":"101",
"errorMessage":"参数格式错误"
}
{
"errorCode":"51006",
"errorMessage":"活动或主题不存在"
}
{
"errorCode":"51005",
"errorMessage":"该用户不存在"
}
{
errorCode:"xxx", //错误代码(非0)
errorMsg:"失败" //错误信息
}