IUserServiceGetUserByAccountId Method

由指定的账户 Id 获取用户。

Definition

Namespace: QuickAdmin.Service.Admin
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
C#
SysUser GetUserByAccountId(
	string accountId
)

Parameters

accountId  string
账户 Id。

Return Value

SysUser

See Also