public Dictionary <string, Object> CheckIsCollected(Guid productGuid, string MemLoginID, string agentID)
 {
     try
     {
         Dictionary <string, Object> dic = CommonRequest.ApiCheckIsCollected(productGuid, MemLoginID, agentID);
         return(dic);
     }
     catch (Exception e)
     {
         logger.Error("判断商品是否收藏接口异常:" + e.Message);
     }
     return(null);
 }