diff --git a/index.go b/index.go index 1e5edaa..dc0faa6 100644 --- a/index.go +++ b/index.go @@ -49,6 +49,10 @@ const ( PlatformMeituan = "meituan" // PlatformZdjg 中捷乐淘-淘宝一分购 PlatformZdjg = "zjdg" + // PlatformJdUnion 京东联盟 + PlatformJdUnion = "jd_union" + // PlatformZheTaoKe 折淘客 + PlatformZheTaoKe = "zhetaoke" ) // PlatformNameMap 平台名称 @@ -66,6 +70,8 @@ var PlatformNameMap = map[string]string{ PlatformYouPiaoPiao: "有票票", PlatformMeituan: "美团联盟", PlatformZdjg: "中捷乐淘-淘宝一分购", + PlatformJdUnion: "京东联盟", + PlatformZheTaoKe: "折淘客", } // GetPlatformName 获取平台名称