V1.1保存答题卡(用户答题后保存)
<p><strong>简要描述:</strong> </p>
<ul>
<li>V1.1保存答题卡(用户答题后保存)</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/xinshen/questionnaire/save_answer_sheet.htm</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST JSON</li>
</ul>
<p><strong>参数:</strong> </p>
<pre><code>{
"questionnaireRecord": {},
"questionnaire": {
"id": 455,
"questionnaireTitle": "技工贷",
"questionnaireExplain": "技工贷",
"questionnaireScene": "161",
"createBy": "2",
"createDate": "2018-05-04 12:13:55",
"state": "10",
"remark": ""
},
"editOrSave": "save",
"orderNo": "srkujb3793991704043178",
"consumerNo": "26",
"sheetList": [
{
"question": {
"id": 494,
"questionTitle": "维修产品的价格",
"questionExplain": "维修产品的价格",
"questionType": "",
"createDate": "2018-05-04 12:12:11",
"updateDate": "2018-05-04 12:12:11",
"state": "10",
"remark": "",
"answerType": 0
},
"questionOption": [
{
"id": 577,
"questionId": 494,
"questionOptionKey": "A",
"questionOptionValue": "1000元以下",
"createDate": "2018-05-04 12:12:11",
"updateDate": "2018-05-04 12:12:11",
"state": "10"
},
{
"id": 578,
"questionId": 494,
"questionOptionKey": "B",
"questionOptionValue": "1000~2000 元",
"createDate": "2018-05-04 12:12:11",
"updateDate": "2018-05-04 12:12:11",
"state": "10"
},
{
"id": 579,
"questionId": 494,
"questionOptionKey": "C",
"questionOptionValue": "2000元以上",
"createDate": "2018-05-04 12:12:11",
"updateDate": "2018-05-04 12:12:11",
"state": "10"
}
],
"checked": "A、1000元以下"
},
{
"question": {
"id": 493,
"questionTitle": "接单数量",
"questionExplain": "接单数量",
"questionType": "",
"updateDate": "2018-05-04 12:11:17",
"state": "10",
"remark": "",
"answerType": 0
},
"questionOption": [
{
"id": 573,
"questionId": 493,
"questionOptionKey": "A",
"questionOptionValue": "无",
"createDate": "2018-05-04 12:11:09",
"updateDate": "2018-05-04 12:11:09",
"state": "10"
},
{
"id": 574,
"questionId": 493,
"questionOptionKey": "B",
"questionOptionValue": "1单",
"createDate": "2018-05-04 12:11:09",
"updateDate": "2018-05-04 12:11:09",
"state": "10"
},
{
"id": 575,
"questionId": 493,
"questionOptionKey": "C",
"questionOptionValue": "2单",
"createDate": "2018-05-04 12:11:09",
"updateDate": "2018-05-04 12:11:09",
"state": "10"
},
{
"id": 576,
"questionId": 493,
"questionOptionKey": "D",
"questionOptionValue": "2单以上",
"createDate": "2018-05-04 12:11:09",
"updateDate": "2018-05-04 12:11:09",
"state": "10"
}
],
"checked": ""
}
],
"callState": "40"
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 200,
"msg": "成功",
"data": {
"id": 577,
"consumerNo": "26",
"orderNo": "srkujb3793991704043178",
"totalScore": -999,
"createDate": "2018-10-24 02:13:55",
"state": "10"
}
}</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>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>