#### 訂單詳情
- 接口說明
獲取訂單詳情
- 請求地址
/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
- 產品接口
- 獲取產品分類
- 獲取產品列表
- 獲取產品詳情
- 產品是否收藏
- 我的收藏
- 刪除收藏產品
- 獲取推薦產品
- 產品推廣二維碼
- 購物車接口
- 添加購物車
- 我的購物車
- 購物車修改數量
- 從購物車中收藏
- 購物車中刪除產品
- 獲取購物車中產品數量
- 訂單接口
- 訂單確認
- 訂單詳情
- 申請退款前
- 申請退款
- 取消訂單
- 訂單支付
- 獲取訂單后訂單信息
- 收貨地址管理
- 獲取默認收貨地址
- 獲取收貨地址列表
- 設置默認地址
- 獲取單個收貨地址詳情
- 保存添加收貨地址
- 刪除收貨地址
- 優惠券接口
- 獲取可領取優惠券列表
- 訂單中獲取可用優惠券列表
- 獲取我的優惠券列表
- 領取優惠券
- 個人中心接口
- 個人中心
- 獲取個人中心導航菜單
- 獲取訂單狀態數量
- 獲取訂單列表
- 獲取用戶信息
- 用戶充值
- 我的賬單明細
- 我的積分明細
- 簽到接口
- 新增簽到接口
- 會員簽到記錄
- 歷史簽到記錄
- 分銷推廣接口
- 昨日收益
- 我的分享海報
- 我的推廣人
- 傭金明細
- 推廣訂單
- 申請提現
- 提現記錄
- 其它接口
- 獲取組合數據
- 獲取配置
- 二維碼接口
- 空白目錄