京东物流超重验证
This commit is contained in:
@@ -2,12 +2,6 @@ package model
|
||||
|
||||
import "time"
|
||||
|
||||
const (
|
||||
OrderDeliveryTypePlatform = "platform" // 平台负责配送
|
||||
OrderDeliveryTypeStoreSelf = "store" // 门店自送
|
||||
OrderDeliveryTypeSelfTake = "self" // 用户自提
|
||||
)
|
||||
|
||||
const (
|
||||
PayTypeWX = 1 // 微信支付
|
||||
PayTypeTL = 2 // 通联宝支付
|
||||
@@ -22,9 +16,6 @@ const (
|
||||
RefundStatusYes = 1
|
||||
RefundStatusFailed = 2
|
||||
|
||||
EarningTypeQuote = 1 //报价模式
|
||||
EarningTypePoints = 2 //扣点模式
|
||||
|
||||
VendorPayTypeCompanyPay = "companyPay" //企业付款
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user