1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user