From e4a56b57d3e10b9b46eaefe5194bbf98fcc45698 Mon Sep 17 00:00:00 2001
From: yujian <yujian@123.com>
Date: 星期四, 11 七月 2019 18:41:09 +0800
Subject: [PATCH] Merge branch 'master' into div

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/goods/ShareGoodsService.java |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/goods/ShareGoodsService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/goods/ShareGoodsService.java
index af87c60..58fc560 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/goods/ShareGoodsService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/goods/ShareGoodsService.java
@@ -118,7 +118,7 @@
 	 * @return
 	 * @throws ShareGoodsException
 	 */
-	public TaoBaoLink getTaoLiJinLinkForBuy(Long uid, String specialId, Long auctionId) throws ShareGoodsException;
+	public TaoBaoLink getTaoLiJinLinkForBuy(Long uid, String specialId, Long auctionId,String pid) throws ShareGoodsException;
 
 	/**
 	 * 娣樼ぜ閲� 閾炬帴
@@ -129,5 +129,16 @@
 	 * @throws ShareGoodsException
 	 */
 	public TaoBaoLink getTaoLiJinLinkForShare(Long uid, Long auctionId, String relationId) throws ShareGoodsException;
+	
+	
+	
+	/**
+	 * 
+	 * @param uid
+	 * @param auctionId
+	 * @return
+	 * @throws ShareGoodsException
+	 */
+	public TaoBaoLink getTaoLiJinLinkForBuyWithOutFanLi(Long uid,  Long auctionId) throws ShareGoodsException;
 
 }

--
Gitblit v1.8.0