5.25 渠道跳转问卷页面
<p>请求模式:渠道→华农阿凡达平台</p>
<p>接口描述:查询问卷接口</p>
<p>测试接口地址:<a href="https://porsche-avatar.chinahuanong.com.cn/avatar/questionnaire/queryQuestionnaireUrl">https://porsche-avatar.chinahuanong.com.cn/avatar/questionnaire/queryQuestionnaireUrl</a></p>
<p>生产接口地址:<a href="https://avatar.chinahuanong.com.cn/avatar/questionnaire/queryQuestionnaireUrl">https://avatar.chinahuanong.com.cn/avatar/questionnaire/queryQuestionnaireUrl</a></p>
<h3>请求头</h3>
<p><code>head</code></p>
<table>
<thead>
<tr>
<th>字段名称</th>
<th>字段代码</th>
<th>类型</th>
<th>是否必传</th>
<th>字段描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>渠道代码</td>
<td>policySource</td>
<td>varchar</td>
<td>Y</td>
<td>保险公司分配给 渠道方的渠道编码</td>
</tr>
<tr>
<td>请求时间</td>
<td>reqTime</td>
<td>DateTime</td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>接口类型</td>
<td>interfaceType</td>
<td>varchar</td>
<td>Y</td>
<td>针对每个接口,使用接口的API信息</td>
</tr>
<tr>
<td>唯一标识符</td>
<td>uuid</td>
<td>varchar</td>
<td>Y</td>
<td>单次请求唯一标识符,任一次请求不允许相同</td>
</tr>
</tbody>
</table>
<h3>请求体</h3>
<p><code>queryQuestionnaireUrlBody</code></p>
<table>
<thead>
<tr>
<th>字段名称</th>
<th>字段代码</th>
<th>类型</th>
<th>是否必传</th>
<th>字段描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>渠道code</td>
<td>channelCode</td>
<td>varchar</td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>产品code</td>
<td>productCode</td>
<td>varchar</td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>渠道投保页面url</td>
<td>insureUrl</td>
<td>varchar</td>
<td>N</td>
<td>非必传,如果需要跳转投保页面则必传</td>
</tr>
<tr>
<td>健告</td>
<td>healthAdvices</td>
<td>List<HealthAdvice></td>
<td>N</td>
<td>非必传,如果健告使用渠道页面则必传</td>
</tr>
</tbody>
</table>
<p><code>HealthAdvice</code></p>
<table>
<thead>
<tr>
<th>字段名称</th>
<th>字段代码</th>
<th>类型</th>
<th>是否必传</th>
<th>字段描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>题目编码</td>
<td>questionCode</td>
<td>varchar</td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>答案编码</td>
<td>questionAnswerCodes</td>
<td>List<String></td>
<td>Y</td>
<td>如果题型是多选,则传多个</td>
</tr>
</tbody>
</table>
<h3>响应头</h3>
<p><code>head</code></p>
<table>
<thead>
<tr>
<th>字段名称</th>
<th>字段代码</th>
<th>类型</th>
<th>是否必传</th>
<th>字段描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>渠道代码</td>
<td>policySource</td>
<td>varchar</td>
<td>Y</td>
<td>保险公司分配给 渠道方的渠道编码</td>
</tr>
<tr>
<td>响应时间</td>
<td>respTime</td>
<td>DateTime</td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>接口类型</td>
<td>interfaceType</td>
<td>varchar</td>
<td>Y</td>
<td>针对每个接口,使用接口的API信息</td>
</tr>
<tr>
<td>唯一标识符</td>
<td>uuid</td>
<td>varchar</td>
<td>Y</td>
<td>单次请求唯一标识符,任一次请求不允许相同</td>
</tr>
</tbody>
</table>
<h3>响应体</h3>
<p><code>respBody</code></p>
<table>
<thead>
<tr>
<th>字段名称</th>
<th>字段代码</th>
<th>类型</th>
<th>是否必传</th>
<th>字段描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>处理状态码</td>
<td>dealCode</td>
<td>varchar</td>
<td>Y</td>
<td>处理结果状态码</td>
</tr>
<tr>
<td>处理结果描述</td>
<td>dealDesc</td>
<td>varchar</td>
<td>Y</td>
<td>处理结果描述</td>
</tr>
<tr>
<td>跳转链接</td>
<td>url</td>
<td>varchar</td>
<td>Y</td>
<td>跳转链接,url中orderNo加密</td>
</tr>
<tr>
<td>订单号</td>
<td>orderNo</td>
<td>varchar</td>
<td>N</td>
<td>唯一ID,核保流程统一ID</td>
</tr>
</tbody>
</table>