- DeliveryTypeElm comment

This commit is contained in:
gazebo
2019-05-05 11:12:12 +08:00
parent 53ef05fbb9
commit b54ef05d4f

View File

@@ -47,22 +47,23 @@ const (
CoordTypeAutonavi = "amap" CoordTypeAutonavi = "amap"
) )
// https://open-be.ele.me/dev/api/doc/v3/#api-Shop-shop_get
const ( const (
DeliveryTypeElmNone = 0 DeliveryTypeElmNone = 0 // 暂无
DeliveryTypeElmXingHuoTrial = 1 DeliveryTypeElmXingHuoTrial = 1 // 星火计划(试用)
DeliveryTypeElmXingHuo = 4 DeliveryTypeElmXingHuo = 4 // 星火计划
DeliveryTypeElmFengNiaoZS = 5 DeliveryTypeElmFengNiaoZS = 5 // 蜂鸟专送
DeliveryTypeElmFengNiaoZSKA = 6 DeliveryTypeElmFengNiaoZSKA = 6 // 蜂鸟专送,KA
DeliveryTypeElmFengNiaoKS = 9 DeliveryTypeElmFengNiaoKS = 9 // 蜂鸟快送
DeliveryTypeElmXingHuoZBTrial = 10 DeliveryTypeElmXingHuoZBTrial = 10 // 星火众包(试用)
DeliveryTypeElmXingHuoZB = 11 DeliveryTypeElmXingHuoZB = 11 // 星火众包
DeliveryTypeElmNewRetail = 12 DeliveryTypeElmNewRetail = 12 // 新零售
DeliveryTypeElmEBase = 13 DeliveryTypeElmEBase = 13 // e基础
DeliveryTypeElmEPeiSong = 14 DeliveryTypeElmEPeiSong = 14 // e配送
DeliveryTypeElmFengNiaoHybrid = 15 DeliveryTypeElmFengNiaoHybrid = 15 // 蜂鸟混合送
DeliveryTypeElmFengNiaoNiubee = 16 DeliveryTypeElmFengNiaoNiubee = 16 // 蜂鸟质选
DeliveryTypeElmXingHuoKA = 17 DeliveryTypeElmXingHuoKA = 17 // 星火计划KA
DeliveryTypeElmXingHuoZBKA = 18 DeliveryTypeElmXingHuoZBKA = 18 // 星火众包KA
) )
type ShopInfo struct { type ShopInfo struct {