From 53ef05fbb96f756f3e1bb43a840cc53c478e66aa Mon Sep 17 00:00:00 2001 From: gazebo Date: Sun, 5 May 2019 11:11:45 +0800 Subject: [PATCH] - WaybillStatusPending = "5" --- platformapi/mtwmapi/order.go | 1 + 1 file changed, 1 insertion(+) diff --git a/platformapi/mtwmapi/order.go b/platformapi/mtwmapi/order.go index e8d59dd7..043e2b70 100644 --- a/platformapi/mtwmapi/order.go +++ b/platformapi/mtwmapi/order.go @@ -22,6 +22,7 @@ const ( const ( WaybillStatusWait4Delivery = "0" // 配送单发往配送 + WaybillStatusPending = "5" // 配送压单 WaybillStatusAccepted = "10" // 配送单已确认 WaybillStatusCourierArrived = "15" // 骑手已到店 WaybillStatusPickedup = "20" // 骑手已取餐