Exemplo n.º 1
0
        private List <Messageobject> getChatRecord(string keyword = "")
        {
            //文字
            int pageSize = this.pageSize;
            int type     = 1;
            var ArryDate = getDateList().ToArray();

            return(msgManager.GetList(type, ref pageNum, pageSize, keyword));
        }
Exemplo n.º 2
0
        private List <Messageobject> GetChatRecord(string keyword = "")
        {
            //所有类型
            int type = -1;
            int page = 0;

            return(msgManager.GetList(type, ref page, 0, keyword));
        }