Exemplo n.º 1
0
        //拿a8会话id
        public string GetSessionId(string openId)
        {
            try
            {
                return(onlineClient.GetSessionId(openId));
            }
            catch (Exception)
            {
                return("");

                throw;
            }
        }