问卷结果查询
<p>地址:<a href="http://localhost:8086/system/masses/results/list">http://localhost:8086/system/masses/results/list</a></p>
<p>参数:</p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>contentId</td>
<td>int</td>
<td>内容id</td>
</tr>
</tbody>
</table>
<p>结果格式:</p>
<pre><code>{
"code": "0000",
"result": {
"data": [
{
"answer": "待定",
"time": "2021-10-27 10:46:09"
}
]
}
}</code></pre>
<p>返回参数说明</p>
<table>
<thead>
<tr>
<th>字段</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>answer</td>
<td>答案</td>
</tr>
<tr>
<td>time</td>
<td>填写时间</td>
</tr>
</tbody>
</table>