From 17ee1779bc43420c1d40a3849311bb949f5de3a5 Mon Sep 17 00:00:00 2001 From: what Date: Wed, 27 Dec 2023 22:38:41 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E8=B0=83=E6=95=B4=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E4=BF=A1=E6=81=AF,=20=E6=96=B0=E5=A2=9E=20contracts.UserRuntim?= =?UTF-8?q?e=20=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.go b/user.go index 9a6ca36..48e0144 100644 --- a/user.go +++ b/user.go @@ -11,7 +11,7 @@ func (this UserRuntime) Platform() string { } // 账号运行租户 -func (this UserRuntime) Saas() string { +func (this UserRuntime) SaaS() string { return this.saas }