public Models.Api.LoginRS Login(LoginRQ loginRQ) { return new LoginRS { Ok = true, Message = string.Empty, User = new Models.User { AuthorizedModules = new int[] { 1, 2, 3, 4, 5, 6, 7, 8, 9, 100 }, Group = UserGroup.Administrator, LastLoginTime = DateTime.Now, Name = "田志良", OrganizationID = 1, OrganizationName = "创智", Token = "aaaa" } }; }
public LoginRS Login(LoginRQ loginRQ) { throw new NotImplementedException(); }