调查问卷列表新增
<p>地址:<a href="http://localhost:8086/system/masses/save">http://localhost:8086/system/masses/save</a></p>
<p>请求格式:</p>
<pre><code>{
"title":"title",//问卷标题
"description":"description",//描述
"endTime":"endTime"//截止时间
"contents":[//问卷内容
{
"title":"title", //内容标题
"type":"1" //类型
},
{
"title":"title", //内容标题
"type":"8",//类型
"image":"图片",
"selectItems":[ //选项
{
"name":"shi"
}
]
}
]
}</code></pre>
<p>结果:</p>
<table>
<thead>
<tr>
<th>字段</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>状态 0000:成功 0001:失败</td>
</tr>
</tbody>
</table>