获取答题卡单道题目的答题汇总
接口URL
http://api.polyv.net/live/v3/channel/question/detail接口说明
1、接口用于获取答题卡单道题目的答题汇总
2、接口支持https请求方式
GET请求参数
参数名
必选
类型
说明
响应成功JSON示例:
// 成功
{
"code": 200,
"status": "success",
"message": "",
"data": {
"question": [
{
"count": 155,
"tips": "",
"option": "7"
},
{
"count": 88,
"tips": "",
"option": "8"
},
{
"count": 24,
"tips": "",
"option": "9"
},
{
"count": 135,
"tips": "",
"option": "10"
}
],
"total": 402,
"answer": "",
"correctRecord": 0,
"title": "请您为选手打分",
"type": "S",
"itemType": 0
}
}响应失败JSON示例:
字段说明
参数名
说明
php请求示例
Last updated