From d452cdb5c6f4b44900fd984f71e8bfca6287462d Mon Sep 17 00:00:00 2001 From: gazebo Date: Sat, 17 Nov 2018 11:01:20 +0800 Subject: [PATCH] - delivery type const for elm --- platformapi/ebaiapi/shop.go | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/platformapi/ebaiapi/shop.go b/platformapi/ebaiapi/shop.go index 9e778fbe..32ec03cf 100644 --- a/platformapi/ebaiapi/shop.go +++ b/platformapi/ebaiapi/shop.go @@ -42,11 +42,21 @@ const ( ) const ( - DeliveryTypeBaiduLogistics = 1 - DeliveryTypeBaiduDeliveryBySelf = 2 - DeliveryTypeBaiduCrowdSourcing = 3 - DeliveryTypeBaiduXiaofeixia = 7 - DeliveryTypeBaiduKuaidipeisong = 8 + DeliveryTypeElmNone = 0 + DeliveryTypeElmXingHuoTrial = 1 + DeliveryTypeElmXingHuo = 4 + DeliveryTypeElmFengNiaoZS = 5 + DeliveryTypeElmFengNiaoZSKA = 6 + DeliveryTypeElmFengNiaoKS = 9 + DeliveryTypeElmXingHuoZBTrial = 10 + DeliveryTypeElmXingHuoZB = 11 + DeliveryTypeElmNewRetail = 12 + DeliveryTypeElmEBase = 13 + DeliveryTypeElmEPeiSong = 14 + DeliveryTypeElmFengNiaoHybrid = 15 + DeliveryTypeElmFengNiaoNiubee = 16 + DeliveryTypeElmXingHuoKA = 17 + DeliveryTypeElmXingHuoZBKA = 18 ) type ShopInfo struct {