名称:调研问卷详情

接口:/live/live/surveyQuestionnaireInfo

请求方式:post

参数名 类型 必填 说明 示例
live_id int Y 直播id 9
survey_questionnaire_id int Y 问题id 9

说明

1.此方法需要登录,

{
    "code": 200,
    "message": "success",
    "result": {
        "id": 38,
        "title": "2个好了",
        "content": [
            {
                "title": "1111",
                "type": "single", // 单选  multi是多选
                "content": [
                    {
                        "title": "123", //选项
                        "value": "A", //序号
                        "isAnswer": false //是否是正确答案
                    },
                    {
                        "title": "345",
                        "value": "B",
                        "isAnswer": true
                    }
                ]
            }
        ]
    }
}

results matching ""

    No results matching ""