From edc20b3c7acf825d0668951c0420abdc87f00e61 Mon Sep 17 00:00:00 2001 From: yanfan <1406317364@qq.com> Date: Thu, 15 May 2025 18:08:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=AC=E4=B8=9C=E8=81=94=E7=9B=9F=20?= =?UTF-8?q?=E6=8A=98=E6=B7=98=E5=AE=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.go | 6 ++++++ 1 file changed, 6 insertions(+) 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 获取平台名称