GET api/MallOrder/GetDeliveryInfoByOrderId?orderId={orderId}
后台 - 获取快递详情
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderId |
订单行标识 |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
后台 - 获取快递详情
MallDeliveryResultDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
发货信息标识 |
integer |
None. |
| OrderId |
关联订单标识 |
integer |
None. |
| OrderAddress |
关联订单送货地址 |
string |
None. |
| DeliveryType |
发货类型 |
MallDeliveryType |
None. |
| DeliveryCompanyId |
快递公司标识 |
integer |
None. |
| DeliveryCompany |
快递公司名称 |
string |
None. |
| DeliveryOrder |
快递单号 |
string |
None. |
| DeliveryManName |
送货小哥姓名 |
string |
None. |
| DeliveryContact |
送货小哥联系方式 |
string |
None. |
| DeliveryWillAt |
预计送达时间 |
string |
None. |
| Traces |
运单轨迹 只有当使用快递公司时才有值 |
Collection of ExpressShippingTraceDto |
None. |
| TracesCheckReason |
轨迹检查原因 |
string |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<MallDeliveryResultDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Dto.Delivery">
<DeliveryCompany>sample string 5</DeliveryCompany>
<DeliveryCompanyId>4</DeliveryCompanyId>
<DeliveryContact>sample string 8</DeliveryContact>
<DeliveryManName>sample string 7</DeliveryManName>
<DeliveryOrder>sample string 6</DeliveryOrder>
<DeliveryType>All</DeliveryType>
<DeliveryWillAt>sample string 9</DeliveryWillAt>
<Id>1</Id>
<OrderAddress>sample string 3</OrderAddress>
<OrderId>2</OrderId>
<Traces xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Express">
<d2p1:ExpressShippingTraceDto>
<d2p1:Remark>sample string 2</d2p1:Remark>
<d2p1:RemarkTime>2025-12-16T16:02:44.5804191+08:00</d2p1:RemarkTime>
</d2p1:ExpressShippingTraceDto>
<d2p1:ExpressShippingTraceDto>
<d2p1:Remark>sample string 2</d2p1:Remark>
<d2p1:RemarkTime>2025-12-16T16:02:44.5804191+08:00</d2p1:RemarkTime>
</d2p1:ExpressShippingTraceDto>
</Traces>
<TracesCheckReason>sample string 10</TracesCheckReason>
</MallDeliveryResultDto>