修复超时订单重置流程
This commit is contained in:
@@ -13,18 +13,21 @@ const (
|
||||
orderStatusClosed = "closed"
|
||||
orderStatusAbnormal = "abnormal"
|
||||
|
||||
handoffStatusNone = "none"
|
||||
handoffStatusPendingOwner = "pending_owner"
|
||||
handoffStatusPendingRenterConfirm = "pending_renter_confirm"
|
||||
handoffStatusReceived = "received"
|
||||
handoffStatusReturnOverdue = "return_overdue"
|
||||
handoffStatusPendingOwnerCheckout = "pending_owner_checkout"
|
||||
handoffStatusPendingRenterCheckout = "pending_renter_checkout"
|
||||
handoffStatusReturned = "returned"
|
||||
handoffStatusOwnerTimeout = "owner_timeout"
|
||||
handoffStatusCancelled = "cancelled"
|
||||
handoffStatusAdminClosed = "admin_closed"
|
||||
handoffStatusAdminAbnormal = "admin_abnormal"
|
||||
handoffStatusNone = "none"
|
||||
handoffStatusPendingOwner = "pending_owner"
|
||||
handoffStatusPendingRenterConfirm = "pending_renter_confirm"
|
||||
handoffStatusReceived = "received"
|
||||
handoffStatusReturnOverdue = "return_overdue"
|
||||
handoffStatusPendingOwnerCheckout = "pending_owner_checkout"
|
||||
handoffStatusPendingRenterCheckout = "pending_renter_checkout"
|
||||
handoffStatusReturned = "returned"
|
||||
handoffStatusOwnerTimeout = "owner_timeout"
|
||||
handoffStatusRenterConfirmTimeout = "renter_confirm_timeout"
|
||||
handoffStatusOwnerReturnConfirmTimeout = "owner_return_confirm_timeout"
|
||||
handoffStatusOwnerCheckoutConfirmTimeout = "owner_checkout_confirm_timeout"
|
||||
handoffStatusCancelled = "cancelled"
|
||||
handoffStatusAdminClosed = "admin_closed"
|
||||
handoffStatusAdminAbnormal = "admin_abnormal"
|
||||
|
||||
settlementStatusUnsettled = "unsettled"
|
||||
settlementStatusPending = "pending"
|
||||
|
||||
Reference in New Issue
Block a user