问卷调查接口
<p><strong>简要描述:</strong> </p>
<p>-问卷调查 </p>
<p><strong>编辑人:</strong> 赵聪</p>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>xinshen/questionnaireRecord/queryQuestionnaireRecord</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">orderNo</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>订单号</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;msg&quot;: &quot;success&quot;,
&quot;result&quot;: {
&quot;data&quot;: {
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;成功&quot;,
&quot;data&quot;: &quot;可以进入人审界面&quot;
},
&quot;checkState&quot;: 1,
&quot;xinshenQuestionnaireRecord&quot;: {
&quot;code&quot;: 200,
&quot;msg&quot;: &quot;成功&quot;,
&quot;data&quot;: {
&quot;questionAndOptionAndAnswerList&quot;: [
{
&quot;question&quot;: {
&quot;id&quot;: 467,
&quot;questionTitle&quot;: &quot;公积金缴纳是否断缴&quot;,
&quot;questionExplain&quot;: &quot;公积金缴纳是否断缴111&quot;,
&quot;questionType&quot;: &quot;&quot;,
&quot;createBy&quot;: null,
&quot;createDate&quot;: null,
&quot;updateDate&quot;: &quot;2018-04-23 22:13:30&quot;,
&quot;state&quot;: &quot;10&quot;,
&quot;remark&quot;: &quot;1111&quot;
},
&quot;checked&quot;: &quot;A、是&quot;,
&quot;answerRemark&quot;: &quot;&quot;,
&quot;questionOption&quot;: [
{
&quot;id&quot;: 501,
&quot;questionId&quot;: 467,
&quot;questionOptionKey&quot;: &quot;A&quot;,
&quot;questionOptionValue&quot;: &quot;是&quot;,
&quot;createBy&quot;: null,
&quot;createDate&quot;: &quot;2018-01-18 09:34:36&quot;,
&quot;updateDate&quot;: &quot;2018-01-18 09:34:36&quot;,
&quot;state&quot;: &quot;10&quot;,
&quot;remark&quot;: null
},
{
&quot;id&quot;: 502,
&quot;questionId&quot;: 467,
&quot;questionOptionKey&quot;: &quot;B&quot;,
&quot;questionOptionValue&quot;: &quot;否&quot;,
&quot;createBy&quot;: null,
&quot;createDate&quot;: &quot;2018-01-18 09:34:36&quot;,
&quot;updateDate&quot;: &quot;2018-01-18 09:34:36&quot;,
&quot;state&quot;: &quot;10&quot;,
&quot;remark&quot;: null
}
]
}
],
&quot;questionnaireRecordList&quot;: [
{
&quot;id&quot;: 500,
&quot;consumerNo&quot;: &quot;206&quot;,
&quot;orderNo&quot;: &quot;srbRI52J352958416796457&quot;,
&quot;totalScore&quot;: 3,
&quot;createDate&quot;: &quot;2018-05-03 11:06:09&quot;,
&quot;updateDate&quot;: &quot;2018-05-03 11:06:09&quot;,
&quot;state&quot;: &quot;10&quot;,
&quot;remark&quot;: &quot;sdadsas&quot;
}
]
}
}
},
&quot;code&quot;: 0
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">String</td>
<td>返回信息</td>
</tr>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">返回状态码</td>
<td>200成功 100失败</td>
</tr>
<tr>
<td style="text-align: left;">checkState</td>
<td style="text-align: left;">审核状态</td>
<td>null或0:未审,1:在审,2:已审</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>