公众号接口

公众号接口


查询所有行程信息

<h2>行程报备-查询所有行程信息</h2> <p><strong>简要描述:</strong> </p> <ul> <li>查询所有行程信息</li> </ul> <p><strong>请求URL:</strong> <code>http://2f89250s31.qicp.vip/szsti-officialAccount-web/prevention/personalitinerary/getPersonItinerary</code></p> <p><strong>请求方式:</strong></p> <ul> <li>POST </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;">personnelId</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>人员信息主键id</td> </tr> </tbody> </table> <p><strong>请求示例</strong></p> <pre><code>{ "personnelId" : "c97bd0508efc42b4ac66c6369ad54be9" } </code></pre> <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> </tr> </thead> <tbody> <tr> <td style="text-align: left;">departureType</td> <td style="text-align: left;">string</td> <td style="text-align: left;">返深方式</td> </tr> <tr> <td style="text-align: left;">arrivalTime</td> <td style="text-align: left;">string</td> <td style="text-align: left;">到达时间</td> </tr> <tr> <td style="text-align: left;">departureNum</td> <td style="text-align: left;">string</td> <td style="text-align: left;">行程班次</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "msg": "查询所有行程信息成功", "code": 0, "data": [ { "id": "33", "personnelId": "c97bd0508efc42b4ac66c6369ad54be9", "departureType": "火车", "departureNum": "k456", "arrivalTime": "2020-02-19 02:33:28", "createUser": null, "createTime": "2020-02-02 02:33:19", "updateUser": null, "updateTime": null }, { "id": "38013ecb47b14c40b666f34063ee7a0d", "personnelId": "c97bd0508efc42b4ac66c6369ad54be9", "departureType": "火车", "departureNum": "k123", "arrivalTime": "2020-02-01 22:09:44", "createUser": null, "createTime": "2020-02-01 23:41:06", "updateUser": null, "updateTime": null }, { "id": "c8a6208597424fee91b21b3c98692c7c", "personnelId": "c97bd0508efc42b4ac66c6369ad54be9", "departureType": "火车", "departureNum": "k123", "arrivalTime": "2020-02-01 22:09:44", "createUser": null, "createTime": "2020-02-02 02:36:34", "updateUser": null, "updateTime": null } ] } </code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <ol> <li> <ol> <li> </li> </ol> </li> </ol>

页面列表

ITEM_HTML