This commit is contained in:
苏尹岚
2021-04-14 15:51:11 +08:00
parent c4d46326ad
commit 610b767814
10 changed files with 71 additions and 39 deletions

View File

@@ -12,13 +12,12 @@ const (
VendorIDPurchaseBegin = 0
VendorIDJD = 0
VendorIDMTWM = 1
VendorIDELM = 2
VendorIDPDD = 2 //拼多多
VendorIDEBAI = 3
VendorIDYB = 4 //银豹
VendorIDJDShop = 5 //京东商城
VendorIDWSC = 11 // 微盟微商城
VendorIDPurchaseEnd = 11
VendorIDJX = 9 // 这是一个假的京西VendorID
VendorIDTB = 4 //淘宝
VendorIDJDShop = 5 //京东商城
VendorIDJX = 9 // 这是一个假的京西VendorID
VendorIDPurchaseEnd = 10
VendorIDOther = 999 //其他平台
VendorIDWXPay = 51 // 微信支付
@@ -66,10 +65,9 @@ var (
VendorNames = map[int]string{
VendorIDJD: "Jd",
VendorIDMTWM: "Mtwm",
VendorIDELM: "Elm",
VendorIDPDD: "Pdd",
VendorIDEBAI: "Ebai",
VendorIDWSC: "Wsc",
VendorIDYB: "Yb",
VendorIDTB: "Tb",
VendorIDJX: "Jx",
VendorIDJDShop: "Jds",
@@ -95,11 +93,10 @@ var (
VendorChineseNames = map[int]string{
VendorIDJD: "京东到家",
VendorIDMTWM: "美团外卖",
VendorIDELM: "饿了么",
VendorIDPDD: "拼多多",
VendorIDEBAI: "饿百新零售",
VendorIDYB: "银豹",
VendorIDTB: "淘宝",
VendorIDJDShop: "京东商城",
VendorIDWSC: "微盟微商城",
VendorIDJX: "京西商城",
VendorIDOther: "其他平台",