IUserApi.GetLogs method

获取用户日志列表。

  1. public List<ILogInfo> GetLogs(string userName, int totalNum, string action = "")
parameter description
userName 用户名。
totalNum 需要获取的日志总数。
action 动作,可以为空。

Return Value

返回用户日志列表。

See Also