This commit is contained in:
邹宗楠
2022-08-10 16:04:39 +08:00
parent 947a2a7ce4
commit 7efcd3a614
4 changed files with 79 additions and 21 deletions

View File

@@ -267,6 +267,9 @@ const (
OrderStatusCanceled = 115 // 订单已取消
OrderStatusEndEnd = 120
OrderStatusRejection = 130 // 客户拒收
OrderStatusCustomerService = 131 // 客服退款
AfsOrderStatusWait4Approve = 155 // 待审核售后单
AfsOrderStatusNew = 160 // 已审核或不需要审核售后单
AfsOrderStatusWait4ReceiveGoods = 165 // 退款退货的,需要商家确认收到货
@@ -327,6 +330,8 @@ const (
WaybillStatusDelivering = 20 // 配送中
WaybillStatusDeliverFailed = 22 // 配送中失败
WaybillStatusDeliverReminder = 30 // 催单
WaybillStatusEndBegin = 100 // 以下的状态就是结束状态
WaybillStatusDelivered = 105 // todo 这个应该改为110与订单对应
WaybillStatusCanceled = 115