文档
测试

获取下单数据

POST
https://chaofen.zhongbochanghong.cn/addons/yun_shop/api.php?i=1&uuid=0&type=5&mid=2&version=v1.1.137&route=plugin.store-cashier.frontend.store.cart-buy

请求参数

参数名
类型
描述
必填
cart_ids
int
购物车id集合 多个的话用逗号隔开 例如 3,4
必填
store_id
int
门店id
必填

说明 / 示例

``` { "result": 1, "msg": "成功", "data": { "amount_items": [ { "code": "total_goods_price", "name": "订单总金额", "amount": "188.00" }, { "code": "total_dispatch_price", "name": "总运费", "amount": "0.00" } ], "discount_amount_items": [], "fee_items": [], "service_fee_items": [], "total_price": "188.00", "balance": "999594.00", "orders": [ { "plugin_id": 33, "auto_receipt": 1, "uid": 1, "uniacid": 1, "dispatch_type_id": "1", "mark": "", "goods_price": "188.00", "price": "188.00", "order_goods_price": "188.00", "vip_order_goods_price": "188.00", "cost_amount": "0.00", "discount_price": "0.00", "fee_amount": "0.00", "service_fee_amount": "0.00", "deduction_price": "0.00", "initial_freight": 0, "dispatch_price": "0.00", "goods_total": 1, "is_virtual": false, "no_refund": 0, "order_sn": "SN2207071528208AB8", "create_time": "2022-07-07 15:28:02", "note": null, "shop_name": "酒店-测试酒店", "need_address": false, "invoice_type": null, "rise_type": null, "collect_name": null, "company_number": null, "pre_id": "99aa1d832e305a88104d7843ebe22c6b", "hotel_order": { "hotel_id": "1", "enter_at": "2022-07-07 15:28:01", "leave_at": "2022-07-08 15:28:01" }, "order_invoice": { "uniacid": "1", "uid": 1, "invoice_type": 0, "email": "", "rise_type": 1, "collect_name": "", "enterprise_id": "", "invoice_sn": "", "equipment_number": "", "xsf_name": "", "xsf_taxpayer": "", "xsf_address": "", "xsf_mobile": "", "xsf_bank_admin": "", "content": "", "drawer": "", "payee": "", "reviewer": "", "bill_type": 0, "special_type": 0, "collection": 0, "list_identification": 0, "gmf_taxpayer": "", "gmf_address": "", "gmf_bank": "", "gmf_bank_admin": "", "gmf_mobile": "", "remarks": "", "notice_no": "", "applicant": "", "is_audit": 0, "tax_rate": 0, "zero_tax_rate": 0, "invoice_no": "", "invoice_nature": 0, "status": 0, "apply": 0, "col_address": "", "col_name": "", "col_mobile": "", "detail_param": "", "invoice_time": 1657178881 }, "order_address": { "street_id": 0, "zipcode": "", "mobile": "18605463401", "province_id": 360000, "city_id": 361000, "district_id": 361030, "address": "江西省 抚州市 广昌县 等等", "realname": "测试", "longitude": "", "latitude": "" }, "order_goods": [ { "goods_option_id": 0, "goods_option_title": "", "comment_status": 0, "goods_id": 24, "total": 1, "uid": 1, "uniacid": 1, "title": "ELECTROX天然苏打水", "thumb": "https://chaofen.zhongbochanghong.cn/static/upload/images/1/2022/07/3b10a6a271eab6c3a07afd3ec32002d5.jpg", "goods_sn": "", "product_sn": "", "goods_price": "188.00", "price": "188.00", "goods_cost_price": "0.00", "goods_market_price": "192.00", "coupon_price": "0.00", "need_address": 0, "payment_amount": "188.00", "vip_price": "188.00", "pre_id": "24-0", "points": "", "order_goods_expansions": [], "goods_option": null, "order_goods_deductions": [], "order_goods_discounts": [ { "discount_code": "selfbuyDiscount", "amount": "0.00", "name": "自购省", "uid": 1, "show_style": 0 } ] } ], "order_plugin": { "main_plugin_id": 33, "sub_plugin_id": 33 }, "order_coupons": [], "order_discounts": [ { "discount_code": "selfbuyDiscount", "amount": "0.00", "name": "自购省", "no_show": 0, "uid": 1 } ], "order_deductions": [], "order_freight_deduction": [], "order_fees": [], "order_service_fees": [], "has_one_dispatch_type": { "id": 1, "name": "快递", "plugin": 0, "need_send": 1, "code": "dispatch", "enable": 1, "sort": 0, "created_at": null, "updated_at": "2022-05-07 15:43:39" }, "order_coin_exchanges": [] } ], "discount": { "whether_show_coupon": "1", "coupon_show": null, "deduction_lang": "抵扣", "default_deduction": 0, "member_coupons": [] }, "dispatch": { "delivery_method": [], "recommend_goods": [], "use_wechat_address": false, "custom_data": "", "default_member_address": { "id": 2, "uniacid": 1, "uid": 1, "username": "测试", "mobile": "18605463401", "zipcode": "", "province": "江西省", "city": "抚州市", "district": "广昌县", "address": "等等", "isdefault": 1, "longitude": "", "latitude": "" } } } } ```