v1.1查询答题记录(问卷调查界面)
<p>欢迎使用ShowDoc!</p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>v1.1查询答题记录(问卷调查界面)</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/xinshen/questionnaireRecord/selectQuestionnireAnswerRecord</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>{
"msg": "success",
"code": 0,
"data": {
"xinshenQuestionnaireRecord": {
"questionnaireRecordList": [] // 用户判断是否展示下拉选择框。
}
}
}
// 或者
{
"msg": "success",
"code": 0,
"data": {
"xinshenQuestionnaireRecord": {
"questionAndOptionAndAnswerList": [
{
"question": {
"id": 462,
"questionTitle": "目前是否需要这笔借款",
"questionExplain": "",
"questionType": "",
"createBy": null,
"createDate": "2018-01-18 09:30:58",
"updateDate": "2018-01-18 09:30:58",
"state": "10",
"remark": "",
"answerType": 0
},
"checked": "A、需要",
"answerRemark": "",
"questionOption": [
{
"id": 491,
"questionId": 462,
"questionOptionKey": "A",
"questionOptionValue": "需要",
"createBy": null,
"createDate": "2018-01-18 09:30:58",
"updateDate": "2018-01-18 09:30:58",
"state": "10",
"remark": null
},
{
"id": 492,
"questionId": 462,
"questionOptionKey": "B",
"questionOptionValue": "不需要",
"createBy": null,
"createDate": "2018-01-18 09:30:58",
"updateDate": "2018-01-18 09:30:58",
"state": "10",
"remark": null
}
]
},
{
"question": {
"id": 463,
"questionTitle": "身份证上面的出生年月",
"questionExplain": "",
"questionType": "",
"createBy": null,
"createDate": "2018-01-18 09:32:35",
"updateDate": "2018-01-18 09:32:35",
"state": "10",
"remark": "",
"answerType": 0
},
"checked": "A、一致",
"answerRemark": "",
"questionOption": [
{
"id": 493,
"questionId": 463,
"questionOptionKey": "A",
"questionOptionValue": "一致",
"createBy": null,
"createDate": "2018-01-18 09:32:35",
"updateDate": "2018-01-18 09:32:35",
"state": "10",
"remark": null
},
{
"id": 494,
"questionId": 463,
"questionOptionKey": "B",
"questionOptionValue": "不一致",
"createBy": null,
"createDate": "2018-01-18 09:32:35",
"updateDate": "2018-01-18 09:32:35",
"state": "10",
"remark": null
}
]
},
{
"question": {
"id": 464,
"questionTitle": "手机运营商户主是否与本人一致",
"questionExplain": "",
"questionType": "",
"createBy": null,
"createDate": "2018-01-18 09:33:05",
"updateDate": "2018-01-18 09:33:05",
"state": "10",
"remark": "",
"answerType": 0
},
"checked": "A、一致",
"answerRemark": "",
"questionOption": [
{
"id": 495,
"questionId": 464,
"questionOptionKey": "A",
"questionOptionValue": "一致",
"createBy": null,
"createDate": "2018-01-18 09:33:05",
"updateDate": "2018-01-18 09:33:05",
"state": "10",
"remark": null
},
{
"id": 496,
"questionId": 464,
"questionOptionKey": "B",
"questionOptionValue": "不一致",
"createBy": null,
"createDate": "2018-01-18 09:33:05",
"updateDate": "2018-01-18 09:33:05",
"state": "10",
"remark": null
}
]
},
{
"question": {
"id": 465,
"questionTitle": "手机号码归属地",
"questionExplain": "",
"questionType": "",
"createBy": null,
"createDate": "2018-01-18 09:33:32",
"updateDate": "2018-01-18 09:33:32",
"state": "10",
"remark": "",
"answerType": 0
},
"checked": "A、一致",
"answerRemark": "",
"questionOption": [
{
"id": 497,
"questionId": 465,
"questionOptionKey": "A",
"questionOptionValue": "一致",
"createBy": null,
"createDate": "2018-01-18 09:33:32",
"updateDate": "2018-01-18 09:33:32",
"state": "10",
"remark": null
},
{
"id": 498,
"questionId": 465,
"questionOptionKey": "B",
"questionOptionValue": "不一致",
"createBy": null,
"createDate": "2018-01-18 09:33:32",
"updateDate": "2018-01-18 09:33:32",
"state": "10",
"remark": null
}
]
},
{
"question": {
"id": 466,
"questionTitle": "亲人电话后四位",
"questionExplain": "",
"questionType": "",
"createBy": null,
"createDate": "2018-01-18 09:33:59",
"updateDate": "2018-01-18 09:33:59",
"state": "10",
"remark": "",
"answerType": 0
},
"checked": "A、一致",
"answerRemark": "",
"questionOption": [
{
"id": 499,
"questionId": 466,
"questionOptionKey": "A",
"questionOptionValue": "一致",
"createBy": null,
"createDate": "2018-01-18 09:33:59",
"updateDate": "2018-01-18 09:33:59",
"state": "10",
"remark": null
},
{
"id": 500,
"questionId": 466,
"questionOptionKey": "B",
"questionOptionValue": "不一致",
"createBy": null,
"createDate": "2018-01-18 09:33:59",
"updateDate": "2018-01-18 09:33:59",
"state": "10",
"remark": null
}
]
},
{
"question": {
"id": 467,
"questionTitle": "公积金缴纳是否断缴",
"questionExplain": "公积金缴纳是否断缴111",
"questionType": "",
"createBy": null,
"createDate": null,
"updateDate": "2018-04-23 22:13:30",
"state": "10",
"remark": "1111",
"answerType": 0
},
"checked": "A、是",
"answerRemark": "",
"questionOption": [
{
"id": 501,
"questionId": 467,
"questionOptionKey": "A",
"questionOptionValue": "是",
"createBy": null,
"createDate": "2018-01-18 09:34:36",
"updateDate": "2018-01-18 09:34:36",
"state": "10",
"remark": null
},
{
"id": 502,
"questionId": 467,
"questionOptionKey": "B",
"questionOptionValue": "否",
"createBy": null,
"createDate": "2018-01-18 09:34:36",
"updateDate": "2018-01-18 09:34:36",
"state": "10",
"remark": null
}
]
},
{
"question": {
"id": 468,
"questionTitle": "借款用途",
"questionExplain": "借款用途",
"questionType": "",
"createBy": null,
"createDate": null,
"updateDate": "2018-04-23 22:01:43",
"state": "10",
"remark": "借款用途",
"answerType": 0
},
"checked": "A、消费",
"answerRemark": "",
"questionOption": [
{
"id": 503,
"questionId": 468,
"questionOptionKey": "A",
"questionOptionValue": "消费",
"createBy": null,
"createDate": "2018-01-18 09:35:28",
"updateDate": "2018-01-18 09:35:28",
"state": "10",
"remark": null
},
{
"id": 504,
"questionId": 468,
"questionOptionKey": "B",
"questionOptionValue": "旅游",
"createBy": null,
"createDate": "2018-01-18 09:35:28",
"updateDate": "2018-01-18 09:35:28",
"state": "10",
"remark": null
},
{
"id": 505,
"questionId": 468,
"questionOptionKey": "C",
"questionOptionValue": "装修",
"createBy": null,
"createDate": "2018-01-18 09:35:28",
"updateDate": "2018-01-18 09:35:28",
"state": "10",
"remark": null
},
{
"id": 506,
"questionId": 468,
"questionOptionKey": "D",
"questionOptionValue": "周转",
"createBy": null,
"createDate": "2018-01-18 09:35:28",
"updateDate": "2018-01-18 09:35:28",
"state": "10",
"remark": null
},
{
"id": 507,
"questionId": 468,
"questionOptionKey": "E",
"questionOptionValue": "其他",
"createBy": null,
"createDate": "2018-01-18 09:35:28",
"updateDate": "2018-01-18 09:35:28",
"state": "10",
"remark": null
},
{
"id": 515,
"questionId": 468,
"questionOptionKey": "F",
"questionOptionValue": "物业",
"createBy": null,
"createDate": "2018-04-23 09:40:33",
"updateDate": "2018-04-23 09:40:33",
"state": "10",
"remark": null
}
]
}
],
"questionnaireRecordList": [
{
"id": 486,
"consumerNo": "2172411",
"orderNo": "srbRI4SB574453118968662",
"totalScore": 70,
"createDate": "2018-04-28 12:02:33",
"updateDate": "2018-04-28 12:02:34",
"state": "10",
"remark": "",
"refuseReason": "",
"refuseReasonName": "",
"refuseRemark": ""
}
]
}
}
}</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;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>