调查问卷详情
<p>地址:<a href="http://localhost:8086/system/masses/get">http://localhost:8086/system/masses/get</a></p>
<p>参数:</p>
<table>
<thead>
<tr>
<th>字段</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>string</td>
<td>列表id</td>
</tr>
</tbody>
</table>
<p>结果格式:</p>
<pre><code>{
"code": "0000",
"result": {
"data": {
"id": 86,//问卷id
"title": "ce",//问卷标题
"createTime": "2022-01-26T10:06:59",//创建时间
"createBy": 219,//创建人id
"createName": "历下区",//创建人名称
"coding": "370102",//创建人编码
"description": "description",//创建人描述
"delFlag": 0,//是否删除
"lxMassesContents": [ //问卷内容
{
"id": 73, //内容id
"questionId": 86,//问卷id
"title": "title",//内容标题
"type": "1",//类型
"shorts": 1,//排序
"selectItems": []//选项
},
{
"id": 74, //内容id
"questionId": 86,//问卷id
"title": "title",//内容标题
"type": "8",//类型
"shorts": 2,//排序
"selectItems": [//选项
{
"id": 6,//选项id
"name": "shi",//选项名称
"questionId": 86,//问卷id
"contentId": 74,//内容id
"shorts": 1,//排序
"createTime": "2022-01-26T10:07:00"//创建时间
}
]
}
]
}
}
}</code></pre>