public CoupleWishSyncData CoupleWishSyncCenterData(DateTime oldThisWeek, DateTime oldLastWeek, DateTime oldStatue) { ITianTiService kuaFuService = GetKuaFuService(); if (null != kuaFuService) { try { return(kuaFuService.CoupleWishSyncCenterData(oldThisWeek, oldLastWeek, oldStatue)); } catch (System.Exception ex) { ResetKuaFuService(); return(null); } } else { return(null); } }