问答列表

Example

GET 问答列表

https://global.talk-cloud.net/vod/webapi/video/{video_id}/problem

参数名 必选 类型 说明
Content-Type string application/json
Accept string application/json
version string 版本号:(预设:v2)
Tk-authkey string 企业Key
Timestamp string token生产时间:(预设:1641600967)
Tk-token string 加密token:(预设:59O8J455S192Cw82f5bfxVB052NhsUpK9ToBVw==)
参数名 是否必填 类型 说明
video_id number 视频ID
参数名 类型 说明
result int 0成功 非0失败
msg string 接口消息
data object[] 数据
data.id int 问答id
data.title string 问答标题
data.type int 1单选 2多选
data.picUrl string 图片地址
data.outTime string 弹出时间 时:分:秒
data.outMinite int 弹出时长
data.backTime string 回退时间 时:分:秒
data.backMinite int 回退时长
data.isJumpOver int 是否支持跳过 1:支持 2:不支持
data.typeName string 类型名称
data.fileSize string 文件大小
data.answerList object [] 答案列表
data.answerList.id int 答案ID
data.answerList.answer string 答案标题
data.answerList.isTrue int 是否是正确答案 1:是 2:不是
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
    "result":0,
    "data":[
        {
            "id":78,
            "title":"你好",
            "type":1,
            "picUrl":"https:\/\/demo-dianbo.talk-cloud.net\/cospath\/20211108\/f1f5cc2dd31a50ddf6144ad7ed78e38e.jpeg",
            "outTime":"00:00:06",
            "outMinite":6,
            "backTime":"00:00:02",
            "backMinite":2,
            "isJumpOver":1,
            "answerList":[
                {
                    "id":478,
                    "answer":"1",
                    "isTrue":1
                },
                {
                    "id":479,
                    "answer":"2",
                    "isTrue":2
                },
                {
                    "id":480,
                    "answer":"3",
                    "isTrue":2
                }
            ],
            "typeName":"单选"
        },
        {
            "id":79,
            "title":"你好",
            "type":1,
            "picUrl":"https:\/\/demo-dianbo.talk-cloud.net\/cospath\/20211108\/f1f5cc2dd31a50ddf6144ad7ed78e38e.jpeg",
            "outTime":"00:00:08",
            "outMinite":8,
            "backTime":"00:00:07",
            "backMinite":7,
            "isJumpOver":1,
            "answerList":[
                {
                    "id":481,
                    "answer":"1",
                    "isTrue":1
                },
                {
                    "id":482,
                    "answer":"2",
                    "isTrue":2
                },
                {
                    "id":483,
                    "answer":"3",
                    "isTrue":2
                }
            ],
            "typeName":"单选"
        }
    ],
    "msg":"成功"
}

© 2016-2023 北京拓课网络科技有限公司 版权所有  京ICP备17018423号-1 京公网安备11010502043461号