https://www.westmonth.com/openapi/order/orderListDeliveryReceiptshttps://testing.westmonth.com/openapi/order/orderListDeliveryReceipts| 参数名 | 类型 | 必填 | 示例值 | 说明 |
|---|---|---|---|---|
| Authorization | string | 是 | authorization | 身份验证Token |
| Content-Type | string | 是 | application/json | 建议固定传此值 |
| 参数名 | 类型 | 必填 | 默认值 | 可选值 | 说明 |
|---|---|---|---|---|---|
| order_no | string | 是 | - | - | 西月订单号(俄罗斯订单专属) |
| 字段 | 类型 | 说明 |
|---|---|---|
| code | integer | 业务状态码(0表示成功) |
| msg | string | 提示信息(成功时返回"请求成功") |
| data | array | 交接单列表数据 |
| 字段 | 类型 | 说明 |
|---|---|---|
| id | integer | 交接单ID |
| receiptNumber | string | 交接单号 |
| receiptName | string | 交接单名称 |
| name | string | 交接单文件原始名称 |
| filepath | string | 交接单文件下载地址(URL) |
| filesize | number | 文件大小(单位:MB) |