lottery

咕啦-彩票系统


获取物流信息

<p><strong>简要描述:</strong> </p> <ul> <li>获取物流信息接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/store/common/get-courier-info</code></li> </ul> <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;">orderId</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> { "code": 600, "msg": "获取成功", "result": { "order_id": "10", // 订单ID "courier_name": "中通", // 物流名称 "courier_code": "zhongtong", // 物流编码 "courier_nums": "75121418257914", //物流单号 "info_context": [ // 物流信息 (倒叙) { "time": "2019-01-03 18:44:47", "context": "已下单【该信息由快递100提供】", // 物流地址信息 "ftime": "2019-01-03 18:44:47", // 时间 "areaCode": null, "areaName": null, "status": "揽收" // 状态 } ], "state": "1" // 物流状态 0:在途 1:揽件 2:疑难 3:签收 4:退签 5:派件 6:退回 10:待清关 11:清关中 12:已清关 13:清关异常 14:收件人拒签 } }</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> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML