名称:调研问卷更新
接口:/merchant/live/liveSurveyQuestionnaireUpdate
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
title | int | Y | 问题标题 | 18 |
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": []
}