后台代码: [WebMethod] public static string LoginTest(string userCode, string password) { UserManageCenterService service = new UserManageCenterService(); string msg = string.Empty; service.AuthenticateUser(userCode, password, 10000, out msg); if (msg ==…