#### 订单详情 - 接口说明 获取订单详情 - 请求地址 /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 } ```