新增问答
Example
POST 新增问答
https://global.talk-cloud.net/vod/webapi/video/{video_id}/problem
| 参数名 | 必选 | 类型 | 说明 | 
|---|---|---|---|
| Content-Type | 是 | string | multipart/form-data | 
| Accept | 是 | string | application/json | 
| version | 是 | string | 版本号:(预设:v2) | 
| Tk-authkey | 是 | string | 企业Key | 
| Timestamp | 是 | string | token生产时间:(预设:1641600967) | 
| Tk-token | 是 | string | 加密token:(预设:59O8J455S192Cw82f5bfxVB052NhsUpK9ToBVw==) | 
| 参数名 | 是否必填 | 类型 | 说明 | 
|---|---|---|---|
| video_id | 是 | int | 视频ID | 
| 参数名 | 是否必填 | 类型 | 说明 | 
|---|---|---|---|
| title | 是 | string | 问答标题 | 
| type | 是 | int | 1单选 2多选 | 
| pic_url | 是 | file | 文件流 | 
| out_time | 是 | string | 弹出时间 时:分:秒 | 
| back_time | 是 | string | 回退时间 时:分:秒 | 
| is_jump_over | 是 | int | 是否支持跳过 1:支持 2:不支持 | 
| answer | 是 | object [] | 答案列表 | 
| answer.answer | 是 | string | 答案标题 | 
| answer.is_true | 是 | int | 是否是正确答案 1:是 2:不是 | 
| 参数名 | 类型 | 说明 | 
|---|---|---|
| result | int | 0成功 非0失败 | 
| msg | string | 接口消息 | 
| 1 2 3 4 5 |  | 




 
                   
                  