#### 订单详情
- 接口说明
获取订单详情
- 请求地址
/user_api/get_order
- 请求参数
参数名称 | 类型 | 描述 | 是否必须
---|---|---|---
token|string|授权token header中提交|是
uni|string|订单ID|是
- 请求方式
GET
- 响应数据
```
{
"code": 200,
"msg": "ok",
"data": {
"id": 41,
"order_id": "wx2019032910400510003",
"uid": 2,
"real_name": "张三",
"user_phone": "020-81167888",
"user_address": "广东省 广州市 海珠区 新港中路397号",
"cart_id": [81],
"total_num": 1,
"total_price": "0.01",
"total_postage": "0.00",
"pay_price": "0.01",
"pay_postage": "0.00",
"deduction_price": "0.00",
"coupon_id": 0,
"coupon_price": "0.00",
"paid": 1,
"pay_time": 1553827359,
"pay_type": "weixin",
"add_time": 1553827205,
"status": 0,
"refund_status": 0,
"refund_reason_wap_img": null,
"refund_reason_wap_explain": null,
"refund_reason_time": null,
"refund_reason_wap": null,
"refund_reason": null,
"refund_price": "0.00",
"delivery_name": null,
"delivery_type": null,
"delivery_id": null,
"gain_integral": "1.00",
"use_integral": "0.00",
"back_integral": null,
"mark": "",
"is_del": 0,
"unique": "b3db609baad6fde98980fe66ce3b75bf",
"remark": null,
"mer_id": 0,
"is_mer_check": 0,
"combination_id": 0,
"pink_id": 0,
"cost": "1500.00",
"seckill_id": 0,
"bargain_id": 0,
"is_channel": 1,
"add_time_y": "2019-03-29",
"add_time_h": "10:40:05",
"cartInfo": [{
"id": 81,
"uid": 2,
"type": "product",
"product_id": 2,
"product_attr_unique": "bae75a3a",
"cart_num": 1,
"add_time": 1553827189,
"is_pay": 0,
"is_del": 0,
"is_new": 1,
"combination_id": 0,
"seckill_id": 0,
"bargain_id": 0,
"productInfo": {
"id": 2,
"image": "http:\/\/datong.crmeb.net\/public\/uploads\/attach\/2019\/01\/15\/5c3dbc27c69c7.jpg",
"slider_image": ["http:\/\/datong.crmeb.net\/public\/uploads\/attach\/2019\/01\/15\/5c3dbc27c69c7.jpg", "http:\/\/datong.crmeb.net\/public\/uploads\/attach\/2019\/01\/15\/5c3dbc6a38fab.jpg"],
"price": "0.01",
"ot_price": "1999.00",
"vip_price": "0.00",
"postage": "0.00",
"mer_id": 0,
"give_integral": "1999.00",
"cate_id": "3",
"sales": 17,
"stock": 994,
"store_name": "智能马桶盖 AI版",
"store_info": "智能马桶盖 AI版",
"unit_name": "件",
"is_show": 1,
"is_del": 0,
"is_postage": 1,
"cost": "1500.00",
"attrInfo": {
"product_id": 2,
"suk": "30cm",
"stock": 984,
"sales": 10,
"price": "0.01",
"image": "http:\/\/datong.crmeb.net\/public\/uploads\/attach\/2019\/01\/15\/5c3dbc27c69c7.jpg",
"unique": "bae75a3a",
"cost": "1500.00"
}
},
"truePrice": 0.01,
"trueStock": 984,
"costPrice": "1500.00",
"unique": "f1de5100906f31712aaa5166689bfdf4",
"is_reply": 0
}],
"_status": {
"_type": 1,
"_title": "未发货",
"_msg": "商家未发货,请耐心等待",
"_class": "state-nfh",
"_payType": "微信支付"
},
"_pay_time": "2019-03-29 10:42:39",
"_add_time": "2019-03-29 10:40:05",
"status_pic": "http:\/\/datong.crmeb.net\/public\/uploads\/attach\/2019\/03\/28\/5c9ccca12638a.gif"
},
"count": 0
}
```
- 简介
- 应用接口
- 首页接口
- 小程序
- 小程序授权
- 创建formid
- 产品接口
- 获取产品分类
- 获取产品列表
- 获取产品详情
- 产品是否收藏
- 我的收藏
- 删除收藏产品
- 获取推荐产品
- 产品推广二维码
- 购物车接口
- 添加购物车
- 我的购物车
- 购物车修改数量
- 从购物车中收藏
- 购物车中删除产品
- 获取购物车中产品数量
- 订单接口
- 订单确认
- 订单详情
- 申请退款前
- 申请退款
- 取消订单
- 订单支付
- 获取订单后订单信息
- 收货地址管理
- 获取默认收货地址
- 获取收货地址列表
- 设置默认地址
- 获取单个收货地址详情
- 保存添加收货地址
- 删除收货地址
- 优惠券接口
- 获取可领取优惠券列表
- 订单中获取可用优惠券列表
- 获取我的优惠券列表
- 领取优惠券
- 个人中心接口
- 个人中心
- 获取个人中心导航菜单
- 获取订单状态数量
- 获取订单列表
- 获取用户信息
- 用户充值
- 我的账单明细
- 我的积分明细
- 签到接口
- 新增签到接口
- 会员签到记录
- 历史签到记录
- 分销推广接口
- 昨日收益
- 我的分享海报
- 我的推广人
- 佣金明细
- 推广订单
- 申请提现
- 提现记录
- 其它接口
- 获取组合数据
- 获取配置
- 二维码接口
- 空白目录