订单转移修改
This commit is contained in:
@@ -26,7 +26,8 @@ const (
|
||||
VendorIDDada = 101
|
||||
VendorIDMTPS = 102
|
||||
VendorIDFengNiao = 103
|
||||
VendorIDDeliveryEnd = 200
|
||||
VendorIDJDWL = 401 //京东物流
|
||||
VendorIDDeliveryEnd = 500
|
||||
|
||||
VendorIDPrinterBegin = 201
|
||||
VendorIDFeiE = 201 // 飞鹅打印机
|
||||
@@ -48,7 +49,6 @@ const (
|
||||
VendorIDQiNiuCloud = 323 // 七牛云
|
||||
VendorIDShowAPI = 325 // 万维易源
|
||||
|
||||
VendorIDJDWL = 401 //京东物流
|
||||
)
|
||||
|
||||
type VendorInfo struct {
|
||||
@@ -82,6 +82,7 @@ var (
|
||||
VendorIDZhongWu: "ZhongWu",
|
||||
|
||||
VendorIDQiNiuCloud: "Qiniu",
|
||||
VendorIDJDWL: "Jdwl",
|
||||
}
|
||||
|
||||
VendorTypeName = map[int]string{
|
||||
|
||||
Reference in New Issue
Block a user