admin
2024-01-23 81da61b828e29b7745e1382dfbbaeb685dc083ef
fanli/src/main/java/com/yeshi/fanli/service/inter/goods/ShareGoodsService.java
@@ -24,7 +24,7 @@
    * @param uid
    * @param auctionId
    */
   public UserShareGoodsHistory addShareGoodsHistory(Long uid, Long auctionId) throws ShareGoodsException;
   public UserShareGoodsHistory addShareGoodsHistory(Long uid, String auctionId) throws ShareGoodsException;
   /**
    * 添加分享
@@ -44,7 +44,7 @@
    * @return
    * @throws ShareGoodsException
    */
   public UserShareGoodsHistory getShareGoodsHistoryDetail(Long uid, Long auctionId) throws ShareGoodsException;
   public UserShareGoodsHistory getShareGoodsHistoryDetail(Long uid, String auctionId) throws ShareGoodsException;
   /**
    * 获取分享记录
@@ -53,7 +53,7 @@
    * @param auctionId
    * @return
    */
   public UserShareGoodsHistory getShareGoodsHistory(Long uid, Long auctionId);
   public UserShareGoodsHistory getShareGoodsHistory(Long uid, String auctionId);
   /**
@@ -65,7 +65,7 @@
    * @return
    * @throws ShareGoodsException
    */
   public TaoBaoLink getTaoBaoLink(Long uid, Long auctionId, String pid) throws ShareGoodsException;
   public TaoBaoLink getTaoBaoLink(Long uid, String auctionId, String pid) throws ShareGoodsException;
   /**
    * 
@@ -74,7 +74,7 @@
    * @return
    * @throws ShareGoodsException
    */
   public TaoBaoLink getTaoLiJinLinkForBuyWithOutFanLi(Long uid,  Long auctionId,TaoKeAppInfo app) throws ShareGoodsException,TaoLiJinCreateException;
   public TaoBaoLink getTaoLiJinLinkForBuyWithOutFanLi(Long uid,  String auctionId,TaoKeAppInfo app) throws ShareGoodsException,TaoLiJinCreateException;
   public String createTaoBaoToken(Long uid, TaoBaoGoodsBrief goods);