订单详情

##### 简要描述 - 订单详情 ##### 请求URL - ` /api/h5/shipper_order/detail ` ##### 请求方式 - GET ##### 参数 |参数名|必选|类型|说明| |:---- |:---|:----- |----- | |shipper_order_id|是|int|订单ID| ##### 返回示例 ```php { "state": 1, "msg": "成功", "data": { "id": 401, "owner_id": "1", "updater_id": 1, "so_snatch_user_id": 1, "snatch_shipper_order_id": 26, "shipper_order_offer_id": 231, "so_order_sn": "DD210528172733656", "so_shipper_order_sn": "", "so_order_type": 2, "so_state": 2, "so_snatch_state": 6, "so_shipper_id": 0, "so_shipper_name": "", "so_shipper_mobile": "", "so_consignee_id": 0, "so_consignee_name": "", "so_consignee_mobile": "", "so_load_at": null, "so_load_province_id": 1012, "so_load_city_id": 1013, "so_load_county_id": 1019, "so_load_full_region": { "city_id": 1013, "city_code": "340100", "city_name": "合肥市", "county_id": "1019", "full_name": "安徽省合肥市肥东县", "county_code": "340122", "county_name": "肥东县", "province_id": 1012, "province_code": "340000", "province_name": "安徽省" }, "so_load_address": null, "so_loader_id": 0, "so_loader_name": "", "so_loader_mobile": "", "so_unload_at": null, "so_unload_province_id": 1012, "so_unload_city_id": 1013, "so_unload_county_id": 1020, "so_unload_full_region": { "city_id": 1013, "city_code": "340100", "city_name": "合肥市", "county_id": "1020", "full_name": "安徽省合肥市肥西县", "county_code": "340123", "county_name": "肥西县", "province_id": 1012, "province_code": "340000", "province_name": "安徽省" }, "so_unload_address": null, "so_unloader_id": 0, "so_unloader_name": "", "so_unloader_mobile": "", "so_salesman": "系统管理员", "so_carriage": 1, "so_cargo_name": 0, "so_cargo_name_val": "", "so_cargo_specs": 0, "so_cargo_specs_val": "", "so_quantity": "74.000", "so_quantity_unit": 1, "so_unit_fee": "0.00", "so_total_fee": "0.00", "so_remarks": "", "so_offering_at": "2021-05-28 17:27:33", "so_offer_user_id": 0, "so_group_id": 0, "so_snatched_amount": "5600.00", "so_snatched_at": "2021-05-28 17:32:48", "so_bill_state": 0, "so_bill_audit_remarks": null, "so_created_at": "2021-05-28 17:27:33", "so_updated_at": "2021-05-31 15:01:44", "deleted_at": null, "owner_info": { "id": 1, "owner_id": 1, "updater_id": 1, "username": "admin", "admin_sn": null, "password": "21232f297a57a5a743894a0e4a801fc3", "name": "系统管理员", "avatar": "", "department": 0, "business_group": 152, "remember_token": "Dzdidt1pLAtOpcnxBVGkXSfdNQeFSVBNvaswL3iJyJ2C7uiZJ8Qx4jPuR423", "db_config": null, "redis_config": null, "user_state": 1, "session_id": "4DL0Hx4Jr0rql6hRaqA60FeMsDgdwegy2yxCpciR", "created_at": "2020-09-11 09:15:17", "updated_at": "2021-07-12 16:09:51", "deleted_at": null }, "shipper_user": null, "shipper_info": null, "carrier_order_single": { "id": 53, "owner_id": "1", "updater_id": 1, "logistics_id": 1, "shipper_order_id": 401, "co_order_sn": "YD210528173302560", "co_shipper_id": 0, "co_shipper_name": "", "co_shipper_mobile": "", "co_driver_id": 16, "co_driver_name": "陈杰", "co_driver_mobile": "15921044317", "co_car_id": 2, "co_car_num": "皖A77GB6", "co_type": 2, "co_state": 0, "co_cal_fee_state": 1, "co_bill_state": 0, "co_receipt_reconcile": 0, "co_payment_reconcile": 0, "co_split_order": 0, "co_quantity": "74.000", "co_quantity_unit": 1, "co_load_at": "2021-05-28 17:33:02", "co_real_load_at": null, "co_unload_at": "2021-05-29 17:33:01", "co_real_unload_at": null, "co_unit_fee": "75.68", "co_total_fee": "5600.00", "co_total_fee_should": "5600.00", "co_ship_unit_fee": "5600.00", "co_ship_total_fee": "0.00", "co_ship_total_fee_should": "0.00", "co_payee_id": 21, "co_payee_bank_id": 49, "co_payee_name": "合肥安捷运输有限公司", "co_payee_bank": "111111", "co_payee_account": "111111", "co_payee_id_num": null, "co_insure": 0, "co_contract": 0, "co_remark": null, "co_info_fee": "0.00", "co_service_fee": "0.00", "oil_card_id": null, "co_oil_fee": "0.00", "co_track_id": 0, "co_bill_audit_admin_id": 0, "co_bill_audit_at": null, "co_bill_assigner": 0, "co_bill_audit_remarks": null, "co_receipt_reconcile_remarks": "", "co_adjust_fee_remarks": "", "co_invoice_state": 0, "co_cooperation_id": 0, "co_verify_state": 0, "co_verify_at": null, "co_cancel_remarks": "", "co_cancel_user_id": 0, "co_cancel_at": null, "co_created_at": "2021-05-28 17:33:02", "co_updated_at": "2021-06-16 19:40:27", "deleted_at": null } } } ``` ##### 返回参数说明 |参数名|类型|说明| |:----- |:-----|----- | ||| | ##### 备注 - 更多返回错误代码请看首页的错误代码描述