调查问卷填写结果
<p>地址:<a href="http://localhost:8086/system/masses/results/save">http://localhost:8086/system/masses/results/save</a></p>
<p>参数格式:</p>
<pre><code> "results":[
{
"questionId":"1",
"contentId":"2",
"results":"1111"
}
]</code></pre>
<p>参数:</p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>results</td>
<td>String</td>
<td>填写的结果(json数组)</td>
</tr>
</tbody>
</table>
<p>results包含字段:</p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>questionId</td>
<td>int</td>
<td>问题id</td>
</tr>
<tr>
<td>results</td>
<td>String</td>
<td>填写的结果(如果是多选,将结果value值用逗号拼接)</td>
</tr>
<tr>
<td>contentId</td>
<td>int</td>
<td>内容id</td>
</tr>
</tbody>
</table>
<p>结果:</p>
<table>
<thead>
<tr>
<th>字段</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>状态 0000:成功 0001:失败</td>
</tr>
</tbody>
</table>