public static UserConnect GetUserConnectInfo(string openId) { if (openId.Length < 32) { return(null); } return(UserConnect.FindByOpenId(openId)); }