#### 获取支付后订单信息 - 接口说明 订单结算创建订单 - 请求地址 /auth_api/get_order_pay_info - 请求参数 参数名称 | 类型 | 描述 | 是否必须 ---|---|---|--- token|string|授权token header中提交|是 order_id|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, "_status": { "_type": 1, "_title": "未发货", "_msg": "商家未发货,请耐心等待", "_class": "state-nfh", "_payType": "微信支付", "_deliveryType": "其他方式" }, "_pay_time": "2019-03-29 10:42:39", "_add_time": 1553827366, "status_pic": "" }, "count": 0 } ```