京东联盟
折淘客
This commit is contained in:
parent
d3e3119c14
commit
edc20b3c7a
6
index.go
6
index.go
@ -49,6 +49,10 @@ const (
|
|||||||
PlatformMeituan = "meituan"
|
PlatformMeituan = "meituan"
|
||||||
// PlatformZdjg 中捷乐淘-淘宝一分购
|
// PlatformZdjg 中捷乐淘-淘宝一分购
|
||||||
PlatformZdjg = "zjdg"
|
PlatformZdjg = "zjdg"
|
||||||
|
// PlatformJdUnion 京东联盟
|
||||||
|
PlatformJdUnion = "jd_union"
|
||||||
|
// PlatformZheTaoKe 折淘客
|
||||||
|
PlatformZheTaoKe = "zhetaoke"
|
||||||
)
|
)
|
||||||
|
|
||||||
// PlatformNameMap 平台名称
|
// PlatformNameMap 平台名称
|
||||||
@ -66,6 +70,8 @@ var PlatformNameMap = map[string]string{
|
|||||||
PlatformYouPiaoPiao: "有票票",
|
PlatformYouPiaoPiao: "有票票",
|
||||||
PlatformMeituan: "美团联盟",
|
PlatformMeituan: "美团联盟",
|
||||||
PlatformZdjg: "中捷乐淘-淘宝一分购",
|
PlatformZdjg: "中捷乐淘-淘宝一分购",
|
||||||
|
PlatformJdUnion: "京东联盟",
|
||||||
|
PlatformZheTaoKe: "折淘客",
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetPlatformName 获取平台名称
|
// GetPlatformName 获取平台名称
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user