public IActionResult GitUserLogin(string UserPhone = "", string UserPwd = "") { var model = Ubll.LoginUser(UserPhone, UserPwd); return(Ok(model)); }