From 52041a142e89dbce59a41b0c1284210b55c1386f Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 11 Sep 2018 22:22:13 +0800 Subject: [PATCH] - ebai --- business/model/const.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/business/model/const.go b/business/model/const.go index 6b06c8122..92428ed01 100644 --- a/business/model/const.go +++ b/business/model/const.go @@ -7,7 +7,8 @@ const ( VendorIDJD = 0 VendorIDMTWM = 1 VendorIDELM = 2 - VendorIDPurchaseEnd = 2 + VendorIDEBAI = 3 + VendorIDPurchaseEnd = 3 VendorIDDeliveryBegin = 101 VendorIDDada = 101 @@ -21,6 +22,7 @@ var ( VendorIDJD: "JD", VendorIDMTWM: "MT", VendorIDELM: "ELEME", + VendorIDEBAI: "EBAI", VendorIDDada: "Dada", VendorIDMTPS: "MTPS", } @@ -28,6 +30,7 @@ var ( VendorIDJD: "京东到家", VendorIDMTWM: "美团外卖", VendorIDELM: "饿了么", + VendorIDEBAI: "饿百新零售", VendorIDDada: "达达众包", VendorIDMTPS: "美团配送", }