- 一些结账相关的常量
This commit is contained in:
@@ -55,6 +55,14 @@ const (
|
||||
PromotionTypeBuyGiveGift = 6
|
||||
)
|
||||
|
||||
const (
|
||||
FreightDiscountTypeByShop = 8 // 8:商家满免运费
|
||||
FreightDiscountTypeByVip = 7 // 7:VIP免运费
|
||||
FreightDiscountTypeByActivity = 12 // 12:首单地推满免运费
|
||||
FreightDiscountTypeByCoupons = 15 // 15:运费券
|
||||
SelfDeliveryCarrierNo = "2938" // 京东配送方式=商家自送
|
||||
)
|
||||
|
||||
const (
|
||||
QueryOrderRetryCount = 1 // 因为京东到家当前不存在的订单也返回-4,暂时不重试
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user