public List <ZhengBaNtfPkResultData> ZhengBaPkResult(int gameId, int winner, int FirstLeaveRoleId) { ITianTiService kuaFuService = GetKuaFuService(); if (null != kuaFuService) { try { return(kuaFuService.ZhengBaPkResult(gameId, winner, FirstLeaveRoleId)); } catch (System.Exception ex) { ResetKuaFuService(); } } return(null); }