public Dictionary <string, Object> GetMyScoreRankDetail(string memLoginId, string pageIndex, string pageCount)
 {
     try
     {
         Dictionary <string, Object> dic = CommonRequest.ApiMyScoreRankDetail(memLoginId, pageIndex, pageCount);
         return(dic);
     }
     catch (Exception e)
     {
         logger.Error("获取积分明细列表接口异常:" + e.Message);
     }
     return(null);
 }