车享-嗨拉运好车接口文档

嗨拉运好车开放平台API文档


推送 - 验车完成

<h4>推送公共字段</h4> <p>见<a href="https://www.showdoc.com.cn/hilaV2/7341837004636040">推送公共字段</a></p> <h4>本推送额外字段</h4> <table> <thead> <tr> <th>字段</th> <th>字段类型</th> <th>字段长度</th> <th>必填</th> <th>字段说明</th> </tr> </thead> <tbody> <tr> <td>inspectionPhotos</td> <td>array</td> <td>否</td> <td>正常验车照片数组</td> </tr> <tr> <td>inspectionIndicator</td> <td>boolean</td> <td>是</td> <td>是否有异常</td> </tr> <tr> <td>abnormalPhotos</td> <td>array</td> <td>否</td> <td>异常验车照片数组 (备注:该字段依赖于<code>inspectionIndicator</code>。 当有异常即<code>inspectionIndicator</code>为<code>true</code>时,会返回异常验车照片。当无异常即<code>inspectionIndicator</code>为<code>false</code>时,不会返回异常验车照片。)</td> </tr> <tr> <td>distance</td> <td>double</td> <td>8,2</td> <td>是</td> <td>距离km</td> </tr> </tbody> </table> <h4>示例数据</h4> <pre><code>{ "waybillNumber": "TD204621060029", "timestamp": "1625737357", "statusId": "2", "statusText": "验车完成", "remark": "", "inspectionPhotos": [ "https://hilayunche.oss-cn-beijing.aliyuncs.com/img/XXXXXX2.jpg", "https://hilayunche.oss-cn-beijing.aliyuncs.com/img/XXXXXX3.jpg" ], inspectionIndicator:true, "abnormalPhotos": [ "https://hilayunche.oss-cn-beijing.aliyuncs.com/img/XXXXXX2.jpg", "https://hilayunche.oss-cn-beijing.aliyuncs.com/img/XXXXXX3.jpg" ], "distance": 771 }</code></pre>

页面列表

ITEM_HTML