Beispiel #1
0
        //存a8会话id
        public bool SetSessionId(string openId, string sessionId)
        {
            try
            {
                return(onlineClient.SetSessionId(openId, sessionId));
            }
            catch (Exception)
            {
                return(false);

                throw;
            }
        }