简要描述:
- 订单详情
请求域名:
- http://xx.com
请求URL: 导出为(export)
POST:plugin.together-purchase.api.index.getTogetherData
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
art | 是 | string | 值为 orderDetail |
o_id | 是 | string | 值为 订单ID |
返回示例:参数可以参考商城的订单详情
正确时返回:
{
"result": 1,
"msg": "",
"data": {
"index": "",
"polymerization": "",
"buyList": "",
"checkActivity": "",
"purchaseDetail": "",
"orderDetail": {
"id": 1275,
"order_sn": "SN20191118151715et",
"price": "10000.00",
"goods_price": "10000.00",
"goods_total": 1,
"status": 1,
"cancel_pay_time": "1970-01-01 08:00:00",
"cancel_send_time": "1970-01-01 08:00:00",
"dispatch_type_id": 0,
"dispatch_price": "0.00",
"discount_price": "0.00",
"pay_type_id": 0,
"order_goods_price": "10000.00",
"deduction_price": "0.00",
"refund_id": 0,
"is_plugin": 0,
"change_price": "0.00",
"change_dispatch_price": "0.00",
"comment_status": 0,
"order_pay_id": "",
"is_virtual": 1,
"plugin_id": 46,
"mark": "",
"is_pending": 0,
"no_refund": 0,
"note": null,
"cost_amount": "10000.00",
"shop_name": "活动报名:",
"need_address": 0,
"auto_receipt": 0,
"invoice_type": null,
"rise_type": null,
"collect_name": null,
"company_number": null,
"invoice": null,
"fee_amount": "0.00",
"status_name": "待发货",
"pay_type_name": null,
"button_models": [
{
"name": "申请退款",
"value": 13,
"api": "refund.apply.store",
"type": ""
},
{
"name": "催发货",
"value": "expediting_delivery",
"api": "order.order-expediting-delivery.index",
"type": ""
}
],
"process": [],
"has_one_pay_type": null,
"has_many_order_goods": [
{
"id": 1169,
"uniacid": 3,
"goods_id": 693,
"pay_sn": "",
"total": 1,
"create_at": 0,
"price": "10000.00",
"goods_sn": "",
"uid": 24,
"thumb": "https://test-1251768088.cosgz.myqcloud.com/images/3/2019/09/QgjUmjUDSeKkccdKzyIEexeje9uUiU.jpg",
"title": "美食频道",
"goods_price": "10000.00",
"goods_option_id": 0,
"goods_option_title": "",
"product_sn": "",
"created_at": "2019-11-18 15:17:15",
"updated_at": "2019-11-18 15:17:15",
"discount_price": "0.00",
"comment_status": 0,
"change_price": "0.00",
"comment_id": 0,
"vip_price": "0.00",
"coupon_price": "0.00",
"goods_market_price": "10000.00",
"goods_cost_price": "10000.00",
"payment_amount": "10000.00",
"deduction_amount": "0.00",
"need_address": 0,
"buttons": []
}
],
"order_deduction": [],
"order_discount": [],
"order_fees": [],
"order_coupon": [],
"has_one_refund_apply": null,
"invoice_state": 1,
"address_info": []
},
"refundMoney": "",
"refundLove": "",
"getShare": ""
}
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|
备注:
- 更多返回错误代码请看首页的错误代码描述