admin
2020-07-03 651a15c78f668bef3859d9ed1bb7ad0b669d3600
fanli/src/main/java/com/yeshi/fanli/service/inter/goods/ShareGoodsService.java
@@ -55,51 +55,6 @@
    */
   public UserShareGoodsHistory getShareGoodsHistory(Long uid, Long auctionId);
   /**
    * 获取商品的分享转链链接
    *
    * @param uid
    * @param auctionId
    * @param relationId
    *            -渠道ID
    * @return
    * @throws ShareGoodsException
    */
   public TaoBaoLink getTaoBaoLinkForShare(Long uid, Long auctionId, String relationId) throws ShareGoodsException;
   /**
    * 获取商品的分享转链链接
    * @param uid
    * @param auctionId
    * @param relationId
    * @param pid
    * @return
    * @throws ShareGoodsException
    */
   public TaoBaoLink getTaoBaoLinkForShare(Long uid, Long auctionId, String relationId,String pid) throws ShareGoodsException;
   /**
    * 获取商品的购买转链链接
    *
    * @param uid
    * @param auctionId
    * @return
    * @throws ShareGoodsException
    */
   public TaoBaoLink getTaoBaoLinkForBuy(Long uid, Long auctionId, int pidType) throws ShareGoodsException;
   /**
    * 用会员运营ID获取商品的分享转链链接
    *
    * @param uid
    * @param auctionId
    * @param pidType
    * @return
    * @throws ShareGoodsException
    */
   public TaoBaoLink getTaoBaoLinkForBuyWithSpecial(Long uid, String specialId, Long auctionId)
         throws ShareGoodsException;
   /**
    * 通过PID设置链接
@@ -112,28 +67,6 @@
    */
   public TaoBaoLink getTaoBaoLink(Long uid, Long auctionId, String pid) throws ShareGoodsException;
   /**
    * 淘礼金领取链接
    * @param uid
    * @param specialId
    * @param auctionId
    * @return
    * @throws ShareGoodsException
    */
   public TaoBaoLink getTaoLiJinLinkForBuy(Long uid, String specialId, Long auctionId,String pid) throws ShareGoodsException;
   /**
    * 淘礼金 链接
    * @param uid
    * @param auctionId
    * @param relationId
    * @return
    * @throws ShareGoodsException
    */
   public TaoBaoLink getTaoLiJinLinkForShare(Long uid, Long auctionId, String relationId) throws ShareGoodsException;
   /**
    * 
    * @param uid