简要描述:
提货卡-获取提货卡订单详情
请求域名:
- https://dev4.yunzmall.com/
请求URL:
POST/plugin.picking-card.frontend.detail
返回示例:
{
"result": 1,
"msg": "ok",
"data": {
"id": 231031,
"order_sn": "SN20201113151939hl",
"price": "1.00",
"goods_price": "1.00",
"goods_total": 1,
"status": 2,
"create_time": "2020-11-13 15:19:39",
"finish_time": "1970-01-01 08:00:00",
"pay_time": "2020-11-13 15:19:50",
"send_time": "2020-11-16 13:31:44",
"cancel_pay_time": "1970-01-01 08:00:00",
"cancel_send_time": "1970-01-01 08:00:00",
"dispatch_type_id": 1,
"dispatch_price": "0.00",
"discount_price": "0.00",
"pay_type_id": 5,
"order_goods_price": "1.00",
"deduction_price": "0.00",
"refund_id": 1169,
"is_plugin": 0,
"change_price": "0.00",
"change_dispatch_price": "0.00",
"comment_status": 0,
"order_pay_id": "269057",
"is_virtual": 0,
"plugin_id": 0,
"mark": "",
"is_pending": 0,
"note": null,
"cost_amount": "1.00",
"shop_name": "中科不限食",
"no_refund": 0,
"need_address": 0,
"invoice_type": 0,
"rise_type": 0,
"collect_name": "",
"company_number": "",
"invoice": null,
"auto_receipt": 0,
"fee_amount": "0.00",
"service_fee_amount": "0.00",
"status_name": "待收货",
"pay_type_name": "后台",
"button_models": [
{
"name": "退款中",
"value": 101,
"api": "pickUpCardReimburse",
"type": ""
},
{
"name": "物流信息",
"value": 8,
"api": "dispatch.express",
"type": ""
},
{
"name": "确认收货",
"value": 23,
"api": "order.operation.receive",
"type": ""
}
],
"process": [],
"has_one_pay_type": {
"id": 5,
"name": "后台",
"plugin_id": 0,
"code": "backend",
"type": 1,
"unit": "元",
"updated_at": "2020-03-13 10:15:22",
"created_at": null,
"deleted_at": null,
"setting_key": "",
"need_password": 0,
"group_id": 4
},
"has_many_order_goods": [
{
"id": 231355,
"uniacid": 5,
"goods_id": 585,
"pay_sn": "",
"total": 1,
"create_at": 0,
"price": "1.00",
"goods_sn": "",
"uid": 289415,
"thumb": "https://fjfff-1301507422.cos.ap-guangzhou.myqcloud.com/images/5/2020/06/bgX392w56JK75z52i5Tzj762I23hGj.jpg",
"title": "利润测试",
"goods_price": "1.00",
"goods_option_id": 0,
"goods_option_title": "",
"product_sn": "",
"created_at": "2020-11-13 15:19:39",
"updated_at": "2020-11-13 15:19:39",
"discount_price": "0.00",
"comment_status": 0,
"change_price": "0.00",
"comment_id": 0,
"goods_market_price": "1.00",
"goods_cost_price": "1.00",
"vip_price": "0.00",
"coupon_price": "0.00",
"payment_amount": "1.00",
"deduction_amount": "0.00",
"need_address": 0,
"buttons": [],
"store_id": null,
"is_course": 0
}
],
"order_deduction": [],
"order_discount": [],
"order_fees": [],
"order_service_fees": [],
"order_coupon": [],
"order_invoice": {
"id": 66,
"uid": 0,
"uniacid": 5,
"order_id": 231031,
"invoice_type": 0,
"rise_type": 0,
"collect_name": "",
"company_number": "",
"invoice": "0",
"email": null,
"need_invoice": 0,
"updated_at": "2020-11-13 15:19:39",
"created_at": "2020-11-13 15:19:39",
"deleted_at": null
},
"order_address": {
"address": "广东省 广州市 白云区 景泰街道 2323232323",
"mobile": "13112121212",
"realname": "张三 ",
"updated_at": "2020-11-13 15:19:39",
"created_at": "2020-11-13 15:19:39",
"province_id": 440000,
"city_id": 440100,
"district_id": 440111,
"note": null,
"street_id": 440111004,
"zipcode": ""
},
"email": null,
"invoice_state": 0,
"address_info": {
"address": "广东省 广州市 白云区 景泰街道 2323232323",
"mobile": "13112121212",
"realname": "张三 "
}
}
}
备注:
- 更多返回错误代码请看首页的错误代码描述