企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### 基本信息 **Path:** /api/order/express/:uni **Method:** GET **接口描述:** ### 请求参数 **路径参数** | 参数名称 | 示例 | 备注 | | --- | --- | --- | | uni | wx2019052910013710014 | 订单编号 | ### 返回数据 | 名称 | 类型 | 是否必须 | 默认值 | 备注 | 其他信息 | | --- | --- | --- | --- | --- | --- | | status | number | 必须 | | | | | msg | string | 必须 | | | | | data | object | 非必须 | | | | | ├─ order | object | 非必须 | | 订单信息 | | | ├─ delivery\_id | string | 非必须 | | 物流单号/送货人手机号 | | | ├─ delivery\_name | string | 非必须 | | 物流名称/送货人信息 | | | ├─ delivery\_type | string | 非必须 | | 发货类型 | | | ├─ cartInfo | object \[\] | 非必须 | | 购物车信息 | item 类型: object | | ├─ cart\_num | number | 非必须 | | 数量 | | | ├─ truePrice | number | 非必须 | | 价格 | | | ├─ productInfo | object | 非必须 | | 产品信息 | | | ├─ image | string | 非必须 | | 图片 | | | ├─ store\_name | string | 非必须 | | 名称 | | | ├─ unit\_name | string | 非必须 | | 单位 | | | ├─ express | object | 非必须 | | 物流信息 | | | ├─ status | string | 非必须 | | 状态 | | | ├─ msg | string | 非必须 | | 备注 | | | ├─ result | object | 非必须 | | 物流记录 | | | ├─ number | string | 非必须 | | 物流单号 | | | ├─ type | string | 非必须 | | 物流公司缩写 | | | ├─ list | object \[\] | 非必须 | | 物流记录 | item 类型: object | | ├─ time | string | 必须 | | | | | ├─ status | string | 必须 | | | | | ├─ deliverystatus | string | 非必须 | | 物流状态 | | | ├─ issign | string | 非必须 | | 是否收货 | | | ├─ expName | string | 非必须 | | 物流公司 | | | ├─ expSite | string | 非必须 | | 网址 | | | ├─ expPhone | string | 非必须 | | 电话 | | | ├─ logo | string | 非必须 | | logo | | | ├─ courier | string | 非必须 | | | | | ├─ courierPhone | string | 非必须 | | 手机号 | |