public Dictionary <string, Object> GetMessageByMember(string loginId, string AgentID, int pageIndex, int pageCount)
 {
     try
     {
         Dictionary <string, Object> dic = CommonRequest.ApiCollectList(loginId, AgentID, pageIndex, pageCount);
         return(dic);
     }
     catch (Exception e)
     {
         logger.Error("获取产品列表接口异常:" + e);
         return(null);
     }
 }