#### 订单确认 - 接口说明 订单确认页面 - 请求地址 /auth_api/confirm_order - 请求参数 参数名称 | 类型 | 描述 | 是否必须 ---|---|---|--- token|string|授权token header中提交|是 cartId|string|购物车ID格式“1,2,3”|是 - 请求方式 POST - 响应数据 ``` { "code": 200, "msg": "ok", "data": { "cartId": "78,79", "usableCoupon": null, "seckill_id": 0, "cartInfo": [{ "id": 78, "uid": 2, "type": "product", "product_id": 1, "product_attr_unique": "f39d47dc", "cart_num": 1, "add_time": 1553823313, "is_pay": 0, "is_del": 0, "is_new": 0, "combination_id": 0, "seckill_id": 0, "bargain_id": 0, "productInfo": { "id": 1, "image": "http:\/\/datong.crmeb.net\/public\/uploads\/attach\/2019\/01\/15\/5c3dba4187461.jpg", "slider_image": ["http:\/\/datong.crmeb.net\/public\/uploads\/attach\/2019\/01\/15\/5c3dba1366885.jpg", "http:\/\/datong.crmeb.net\/public\/uploads\/attach\/2019\/01\/15\/5c3dba4187461.jpg", "http:\/\/datong.crmeb.net\/public\/uploads\/attach\/2019\/01\/15\/5c3db9de2b73a.jpg"], "price": "0.01", "ot_price": "1699.00", "vip_price": "0.00", "postage": "1.00", "mer_id": 0, "give_integral": "1699.00", "cate_id": "2", "sales": 47, "stock": 586, "store_name": "无线吸尘器F8 玫瑰金礼盒版", "store_info": "【年货节活动价1699元,领取吸尘器优惠券再减50元,到手价仅1649元】", "unit_name": "件", "is_show": 1, "is_del": 0, "is_postage": 1, "cost": "100.00", "attrInfo": { "product_id": 1, "suk": "蓝色", "stock": 188, "sales": 11, "price": "0.03", "image": "http:\/\/datong.crmeb.net\/public\/uploads\/attach\/2019\/01\/15\/5c3dba4187461.jpg", "unique": "f39d47dc", "cost": "100.00" } }, "truePrice": 0.03, "trueStock": 188, "costPrice": "100.00" }, { "id": 79, "uid": 2, "type": "product", "product_id": 4, "product_attr_unique": "", "cart_num": 1, "add_time": 1553825017, "is_pay": 0, "is_del": 0, "is_new": 0, "combination_id": 0, "seckill_id": 0, "bargain_id": 0, "productInfo": { "id": 4, "image": "http:\/\/datong.crmeb.net\/public\/uploads\/attach\/2019\/01\/15\/5c3dc23646fff.jpg", "slider_image": ["http:\/\/datong.crmeb.net\/public\/uploads\/attach\/2019\/01\/15\/5c3dc23646fff.jpg"], "price": "999.00", "ot_price": "1599.00", "vip_price": "0.00", "postage": "0.00", "mer_id": 0, "give_integral": "999.00", "cate_id": "3", "sales": 15, "stock": 485, "store_name": "互联网电热水器1A", "store_info": "3000w双管速热,动态360L热水用量,双重漏电保护,智能APP操控", "unit_name": "件", "is_show": 1, "is_del": 0, "is_postage": 1, "cost": "888.00" }, "truePrice": 999, "trueStock": 485, "costPrice": "888.00" }], "priceGroup": { "storePostage": 0, "storeFreePostage": 20, "totalPrice": "999.03", "costPrice": "988.00" }, "orderKey": "533640e54157471f799a907976bf3932", "offlinePostage": "1", "userInfo": { "uid": 2, "account": "rt21548052469", "pwd": "e10adc3949ba59abbe56e057f20f883e", "nickname": "༄许のོ࿆༘荣耀࿐", "avatar": "https:\/\/wx.qlogo.cn\/mmopen\/vi_32\/Q0j4TwGTfTI3crzwq5uZ83PBTkFXhjRCbHHK1lUZ0X4RHKoawFFA7h4ccpMfvULcoib9SV6ZUd6CV5Ypq9fhYibg\/132", "phone": null, "add_time": 1548052469, "add_ip": "123.139.168.143", "last_time": 1553821207, "last_ip": "123.139.69.172", "now_money": "0.10", "integral": "986.00", "sign_num": 0, "status": 1, "level": 0, "spread_uid": 0, "spread_time": 0, "user_type": "routine", "is_promoter": 0, "pay_count": 8 }, "integralRatio": "0.01" }, "count": 0 } ```