名称:调研问卷添加
接口:/merchant/live/liveSurveyQuestionnaireStore
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
title | int | Y | 问题标题 | 18 |
live_id | int | Y | 直播id | 18 |
data | json | Y | 选项 | [ |
{
title : string
type : "single" | "multi"
content : [
{
title : string
value : string
},
{
title : string
value : string
}
]
},
{
title : string
type : "single" | "multi"
content : [
{
title : string
value : string
},
{
title : string
value : string
}
]
},
]
} |
说明
1.此方法需要登录
返回示例
{
"code": 200,
"message": "success",
"result": []
}