企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**简要描述:** - 订单详情 **请求URL:** - `/adminapi/order.order/detail` **请求方式:** - GET **参数:** |参数名 |必选 |类型 |说明 | | ------ | ------ | ------ |------ | |id |是 |int |订单id | **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "id": 109, "order_status": 0, "sn": "202109101800504720", "order_type": 0, "order_terminal": 1, "create_time": "2021-09-10 18:00:50", "pay_status": 0, "pay_way": 0, "pay_time": "——", "confirm_take_time": "——", "user_id": 9, "user_sn": "47896438", "nickname": "小城外的桃李", "express_status": 0, "delivery_type": 1, "express_time": "——", "user_remark": "", "order_remarks": "", "total_goods_price": "2799.00", "discount_amount": "0.00", "change_price": null, "express_price": "20.00", "order_amount": "2819.00", "integral_amount": "0.00", "express_name": null, "invoice_no": null, "shop_name": null, "pickup_code": null, "verification_time": null, "order_goods": [ { "id": 34, "order_id": 109, "goods_name": "小米10青春版", "goods_price": "2399.00", "goods_num": 1, "total_price": "2399.00", "discount_price": "0.00", "change_price": "0.00", "total_pay_price": "2399.00", "goods_image": "https://img0.baidu.com/it/u=2635130093,4202492912&fm=26&fmt=auto&gp=0.jpg", "spec_value_str": "8GB+256GB,冰峰黑提" }, { "id": 35, "order_id": 109, "goods_name": "哈比树儿童滑滑梯室内汽车滑梯家用玩具宝宝小型秋千组合游乐园", "goods_price": "400.00", "goods_num": 1, "total_price": "400.00", "discount_price": "0.00", "change_price": "0.00", "total_pay_price": "400.00", "goods_image": "https://img0.baidu.com/it/u=2635130093,4202492912&fm=26&fmt=auto&gp=0.jpg", "spec_value_str": "二合一(蓝色)" } ], "order_log": [ { "order_id": 109, "type": 3, "create_time": "2021-09-10 18:00:50", "operator": "小城外的桃李", "channel_desc": "会员提交订单" } ], "order_status_desc": "待付款", "order_type_desc": "普通订单", "order_terminal_desc": "微信小程序", "pay_status_desc": "未支付", "pay_way_desc": "", "delivery_address": "广东省广州市海珠区新港中路397号", "express_status_desc": "未发货", "delivery_type_desc": "快递发货", "admin_order_btn": { "remark_btn": 1, "cancel_btn": 1, "delete_btn": 0, "deliver_btn": 0, "confirm_btn": 0, "logistics_btn": 0, "refund_btn": 0, "refund_detail_btn": 0, "verification_btn": 0, "verification_query_btn": 0, "address_btn": 1, "price_btn": 1, "express_btn": 1 }, "total_goods_pay_price": 2799, "contact": "张三", "mobile": "17509990999", "refund_status": "—", "refund_type": "—", "refund_amount": "—", "refund_time": "—" } } ``` **返回参数: |参数名 |类型 |说明 | | ------ | ------ | ------ |------ | |order_status |int |订单状态;0-待付款;1-待发货;2-待收货;3-已完成;4-已关闭 | |order_status_desc |string |订单状态 | |sn |string |订单编号 | |order_type |int |订单类型;0-普通订单;1-拼团订单;2-秒杀订单;3-砍价订单 | |order_type_desc |string |订单类型 | |order_terminal |int |订单来源;1-微信小程序;2-微信公众号;3-手机H5;4-PC;5-苹果app;6-安卓app; | |order_terminal_desc |string |订单来源 | |create_time |string |下单时间 | |user_remark |string |用户备注 | |pay_status |int |支付状态;0-待支付;1-已支付; | |pay_status_desc |string |支付状态 | |pay_way |string |支付方式:1-余额支付;2-微信支付;3-支付宝支付; | |pay_way_desc |string |支付方式 | |pay_time |string |支付时间 | |confirm_take_time |string |完成时间 | |order_remarks |string |商家备注 | |user_id |int |用户id | |user_sn |string |用户编号 | |nickname |string |用户昵称 | |order_goods |array |商品信息 | |-id |int |订单商品id | |-goods_name |string |商品名称 | |-goods_price |string |商品价格 | |-goods_num |string |购买数量 | |-total_price |float |商品总额 | |-discount_price |float |优惠金额 | |-change_price |float |商品改价 | |-total_pay_price |int |商品实付金额 | |-goods_image |string |商品图片 | |-spec_value_str |string |商品规格 | |total_goods_price |float |商品总额 | |discount_amount |float |优惠金额 | |change_price |float |商品改价 | |total_goods_pay_price |float |商品实付总额 | |express_price |float |运费金额 | |order_amount |float |订单实付金额 | |delivery_type |int |配送方式;1-快递发货;2-上门自提;3-同城配送 | |delivery_type_desc |string |配送方式 | |contact |string |收货人 | |mobile |string |收货人手机号码 | |delivery_address |string |收货地址 | |express_status |int |发货状态:0-未发货;1-已发货 | |express_status_desc |string |发货状态 | |express_name |string |快递物流 | |invoice_no |string |物流单号 | |express_time |string |发货时间 | |shop_name |string |门店名称 | |pickup_code |string |提货码 | |verification_time |string |核销时间/自提时间 | |order_log |array |订单日志 | |-operator |string |操作人 | |-channel_desc |string |操作 | |-create_time |string |记录时间 | |admin_order_btn |array |订单操作按钮(1-显示;0-隐藏;) | |-remark_btn |int |商家备注 | |-cancel_btn |int |取消订单 | |-delete_btn |int |删除订单 | |-deliver_btn |int |发货 | |-confirm_btn |int |确认收货 | |-logistics_btn |int |物流查询 | |-refund_btn |int |手动退款 | |-refund_detail_btn |int |退款明细 | |-verification_btn |int |提货核销 | |-verification_query_btn |int |核销查询 | |-address_btn |int |地址修改 | |-price_btn |int |修改价格 | |-express_btn |int |修改运费 |