阿凡达

阿凡达平台对接外部渠道,如果渠道方需要使用专用接口,即对接使用渠道方的接口文档。如果渠道方没有定制接口需求,则按照阿凡达平台接口文档规范进行交互


5.18 服务使用通知

<p>[TOC]</p> <p>请求模式:第三方--&gt;华农阿凡达平台</p> <p>接口描述:服务使用通知</p> <p>测试接口地址: <a href="https://porsche-avatar.chinahuanong.com.cn/avatar/general/serviceUsageNotice">https://porsche-avatar.chinahuanong.com.cn/avatar/general/serviceUsageNotice</a> 生产接口地址: <a href="https://avatar.chinahuanong.com.cn/avatar/general/serviceUsageNotice">https://avatar.chinahuanong.com.cn/avatar/general/serviceUsageNotice</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>reqTime</td> <td>DateTime</td> <td>Y</td> <td>格式为:yyyy-MM-dd HH:mm:ss。</td> </tr> <tr> <td>供应商</td> <td>serviceProvider</td> <td>varchar</td> <td>Y</td> <td>供应商编码</td> </tr> <tr> <td>唯一标识符</td> <td>uuid</td> <td>varchar</td> <td>Y</td> <td>单次请求唯一标识符,任一次请求不允许相同</td> </tr> </tbody> </table> <h3>请求体</h3> <p><code>body</code></p> <table> <thead> <tr> <th>字段名称</th> <th>字段代码</th> <th>类型</th> <th>是否必传</th> <th>字段描述</th> </tr> </thead> <tbody> <tr> <td>保单号</td> <td>policyNo</td> <td>varchar</td> <td>Y</td> <td></td> </tr> <tr> <td>服务列表</td> <td>serviceList</td> <td>varchar</td> <td>Y</td> <td></td> <td></td> </tr> </tbody> </table> <p><code>serviceList</code></p> <table> <thead> <tr> <th>字段名称</th> <th>字段代码</th> <th>类型</th> <th>是否必传</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td>服务项套餐编码</td> <td>serviceCode</td> <td>varchar</td> <td>Y</td> <td></td> </tr> <tr> <td>首次使用时间</td> <td>firstUseTime</td> <td>Date</td> <td>Y</td> <td></td> </tr> </tbody> </table> <h3>响应头</h3> <p><code>respHead</code></p> <table> <thead> <tr> <th>字段名称</th> <th>字段代码</th> <th>类型</th> <th>是否必传</th> <th>字段描述</th> </tr> </thead> <tbody> <tr> <td>响应时间</td> <td>respTime</td> <td>DateTime</td> <td>Y</td> <td></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> </tbody> </table>

页面列表

ITEM_HTML