🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 订单信息 ~~~[api] get:/api/v2/order/confirm *tradeNo#订单号 <<< success { "msg": "获取成功!", "url": "", "data": { "order": { "id": 141, "uid": 107460, "shop_id": 0, "trade_no": "2018071655534855", "out_trade_no": "", "cart_ids": "", "title": "2018071655534855", "total_amount": "1078.00", "receipt_amount": "1050.00", "invoice_amount": "0.00", "buyer_pay_amount": "1078.00", "point_amount": "0.00", "refund_fee": "0.00", "fund_bill_list": "", "voucher_detail_list": "", "consignee": "杨杨", "address": "河北省唐山市迁安市", "phone": "15232609743", "express_name": "", "express_no": "", "express_created_at": "", "express_finished_at": "", "send_uid": "", "send_status": "", "send_created_at": "", "send_finished_at": "", "pay_type": "WECHAT", "paid_at": "", "refund_status": 0, "refunded_at": "", "closed_at": "", "trade_status": "WAIT_BUYER_PAY", "type": 3, "remark": "", "status": 1, "created_at": "2018-07-16 17:48:39", "updated_at": "2018-07-16 17:48:39" }, "orderDetails": [ { "id": 3, "uid": 107460, "category_id": 94, "goods_id": 8, "goods_sku_id": 12, "order_id": 141, "title": "优质面粉", "num": 5, "now_price": "105.00", "pre_price": "125.00", "description": "", "cover_ids": "[1621]", "content": "<!DOCTYPE html>\n<html>\n<head>\n</head>\n<body>\n\n</body>\n</html>", "status": 1, "created_at": "2018-07-16 17:48:39", "updated_at": "2018-07-16 17:48:39", "sku": { "id": 12, "sku_data": { "商家": "张各庄村杨文静", "单位": "公斤" }, "stock_num": 820, "sales_num": 32, "now_price": "105.00", "pre_price": "125.00", "promotion_ids": "", "sort": 0, "status": 1, "created_at": "2018-05-24 10:22:55", "updated_at": "2018-06-01 17:18:01", "deleted_at": "", "promotion_title": "" }, "money": 525, "cover_path0": "http://new114.com/storage/uploads/pictures/5QCPncU1rRN6zW0gT9iW9gBAMfUGP4YxalRum9Fd.jpeg" }, { "id": 4, "uid": 107460, "category_id": 94, "goods_id": 8, "goods_sku_id": 12, "order_id": 141, "title": "优质面粉", "num": 5, "now_price": "105.00", "pre_price": "125.00", "description": "", "cover_ids": "[1621]", "content": "<!DOCTYPE html>\n<html>\n<head>\n</head>\n<body>\n\n</body>\n</html>", "status": 1, "created_at": "2018-07-16 17:48:39", "updated_at": "2018-07-16 17:48:39", "sku": { "id": 12, "sku_data": { "商家": "张各庄村杨文静", "单位": "公斤" }, "stock_num": 820, "sales_num": 32, "now_price": "105.00", "pre_price": "125.00", "promotion_ids": "", "sort": 0, "status": 1, "created_at": "2018-05-24 10:22:55", "updated_at": "2018-06-01 17:18:01", "deleted_at": "", "promotion_title": "" }, "money": 525, "cover_path0": "http://new114.com/storage/uploads/pictures/5QCPncU1rRN6zW0gT9iW9gBAMfUGP4YxalRum9Fd.jpeg" } ], "reduceMoney": 0, "promotionText": "", "totalMoney": 1050 }, "count": 0, "status": "success" } <<< error { "msg": "登录失败", "url": "", "status": "error" } ~~~