[feat] 调整用户信息, 新增 contracts.UserRuntime 类型

This commit is contained in:
what 2023-12-27 22:38:41 +08:00
parent 4fc4a1b053
commit 17ee1779bc

View File

@ -11,7 +11,7 @@ func (this UserRuntime) Platform() string {
}
// 账号运行租户
func (this UserRuntime) Saas() string {
func (this UserRuntime) SaaS() string {
return this.saas
}