first commit

This commit is contained in:
wtq
2025-11-12 09:47:04 +08:00
commit f759c3a7c3
1182 changed files with 447658 additions and 0 deletions

View File

@@ -0,0 +1,60 @@
# /order/GetStoreOrderInfo
### token: str 认证token
### storeID: str 京西门店ID
### lastHourts: int 最近多少小时的信息(默认48小时)
### fromStatus: int 起始状态(包含)
### toStatus: int 结束状态(包含)
### offset: int 订单列表起始序号(以0开始缺省为0)
### pageSize: int 订单列表页大小(缺省为50)
---
## 重要返回值
#### businessType
值 | 状态
:-:|:-:
1|立即达
2|定时达
#### status 订单状态
值 | 状态
:-:|:-:
10|待拣货
15|待配送
20|配送中
105|妥投(属于完成状态)
110|完成
115|已取消
120|订单失败
#### vendorID 订单从哪来
值|对应
:-:|:-:
0|京东到家
1|美团
2|饿了么
#### vendorOrderID 订单号(前端显示的订单号)
#### waybillStatus 运单状态
值|运单状态
:-:|:-:
10|接单
15|到店
20|正在配送
100|EndBegin
105|已交付
115|取消
120|失败
#### waybillVendorID 哪个承运商在运
值|承运商
:-:|:-:
-1|未安排(可以结合status判断是否是商家自送)
0|达达专送(京东到家)
1|美团专送
2|饿了么专送
101|达达配送
102|美团配送
103|蜂鸟配送