admin
2019-01-29 033a7cd02b9799a0acf42290fdc84d74bdcee79c
fanli/src/main/java/com/yeshi/fanli/service/inter/goods/ShareGoodsService.java
@@ -49,11 +49,12 @@
    * 
    * @param uid
    * @param auctionId
    * @param relationId -渠道ID
    * @return
    * @throws ShareGoodsException
    */
   public TaoBaoLink getTaoBaoLinkForShare(Long uid, Long auctionId) throws ShareGoodsException;
   public TaoBaoLink getTaoBaoLinkForShare(Long uid, Long auctionId,String relationId) throws ShareGoodsException;
   /**
    * 获取商品的购买转链链接
@@ -65,4 +66,26 @@
    */
   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设置链接
    * @param uid
    * @param auctionId
    * @param pid
    * @return
    * @throws ShareGoodsException
    */
   public TaoBaoLink getTaoBaoLink(Long uid, Long auctionId, String pid) throws ShareGoodsException ;
}