From be0e8ba9c44bbe6dc38df6bd3a19537989ef9eca Mon Sep 17 00:00:00 2001 From: wukesheng Date: Sun, 19 May 2024 21:44:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B9=B3=E5=8F=B0=E5=B8=B8?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/index.go b/index.go index fd03b39..4d83ab4 100644 --- a/index.go +++ b/index.go @@ -9,6 +9,18 @@ import ( meituanunion "gitee.com/chengdu-lenntc/third-platform-sdk/platform/meituan-union" ) +// Platform 第三方平台 +const ( + // PlatformElemeUnion 饿了么联盟 + PlatformElemeUnion = "ele" + // PlatformMeituanCsr 美团分销联盟 + PlatformMeituanCsr = "meituan_csr" + // PlatformMeituanUnion 美团联盟 + PlatformMeituanUnion = "meituan_union" + // PlatformDidiUnion 滴滴联盟 + PlatformDidiUnion = "didi_union" +) + // NewElemeUnionApi 饿了么联盟 func NewElemeUnionApi(log logx.Logger, conf elemeunion.AuthConfig) elemeunion.ElemeUnionApi { return elemeunion.NewApiClient(log, conf)