lottery

咕啦-彩票系统


获取订单详情

<p><strong>简要描述:</strong> </p> <ul> <li>获取订单详情</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://xx.com/api/store/channel/get-order-detail</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;">int</td> <td>订单ID</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ "code": 600, "msg": "获取成功", "result": { "order_id": "40",//订单ID "order_code": "GGC201811131658307475",//订单编号 "cust_no": "gl00013599",//门店编号 "order_num": "1",//商品数量 "order_money": "500.00",//订单金额 "order_status": "2",//订单状态 "pay_status": "1",//支付状态 "address": "是的 阿达 阿达", "area": null, "shipping_fee": "0.00", "courier_name": "",//物流名称 "courier_code": "454654666",//物流编号 "remark": null, "touser_remark": null, "order_time": "2018-11-13 16:58:30",//下单时间 "pay_time": "2018-11-13 16:58:30",//支付时间 "send_time": "2018-11-13 17:02:40",//发货时间 "receive_time": null,//收货时间 "update_time": "2018-11-13 17:02:40", "store_name": "张悦玲",//门店名称 "user_tel": "15860332621",//门店电话 "statusName": "待收货",//订单状态 "consignee_name": "是的",//收货名字 "consignee_phone": "阿达",//收货电话 "consignee_address": "阿达",//收货地址 "order_detail": [ { "order_detail_id": "30", "order_id": "40", "order_code": "GGC201811131658307475", "product_code": null, "sub_code": null, "lottery_id": "1", "lottery_name": "中国红", "sub_value": "5",//面额 "nums": "1",//包数 "sheet_nums": "100",//每包张数 "price": "500.00",//单价 "money": "500.00",//总价 "create_time": "2018-11-13 16:58:30", "modify_time": null, "update_time": "2018-11-13 16:58:30", "lottery_img": "http://114.115.148.102/img/lotteryImg/181105055245_98.jpg"//面额图片 } ] } }</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