停止投票
URL: http://120.92.201.43:8090/Daren/vote/stopVote.action
请求方式: HTTP POST
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| groupId | String | true | 群组id |
| voteId | String | true | 投票id |
返回格式: JSON
返回格式样例:
{
"data": {
"completionTime": "",
"createMemberId": "123554",
"createTime": "2018-05-28 09:35:36",
"desc": "测试缴费",
"endTime": "2018-05-29 00:54:00",
"flag": 4,
"groupId": "@TGS#1KOGD2GFC",
"passRate": 50,
"totalPrice": 2,
"transferTime": "",
"type": "pay",
"voteId": "votes:item:11382972"
},
"errorCode": "0",
"errorMessage": "成功"
}