From dc5be7d38446f70e6ff86df311119c32b41fe7f8 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期六, 28 十一月 2020 16:37:05 +0800
Subject: [PATCH] 大淘客搜索接口升级

---
 fanli/src/main/java/com/yeshi/fanli/service/inter/order/OrderMoneySettleService.java |   19 ++++++++-----------
 1 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/order/OrderMoneySettleService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/order/OrderMoneySettleService.java
index 050eebd..b248229 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/inter/order/OrderMoneySettleService.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/order/OrderMoneySettleService.java
@@ -2,9 +2,7 @@
 
 import java.util.Date;
 
-import com.yeshi.fanli.exception.ParamsException;
 import com.yeshi.fanli.exception.money.OrderMoneySettleException;
-import com.yeshi.fanli.exception.money.TeamEincomeRecordException;
 
 /**
  * 璁㈠崟璧勯噾缁撶畻鏈嶅姟
@@ -25,6 +23,10 @@
 
 	public void inviteSettlePDD(Long uid, Date maxPregetTime) throws OrderMoneySettleException;
 
+	public void inviteSettleSuning(Long uid, Date maxPregetTime) throws OrderMoneySettleException;
+	
+	public void inviteSettleVipShop(Long uid, Date maxPregetTime) throws OrderMoneySettleException;
+
 	/**
 	 * 鍒嗕韩璧氱粨绠�
 	 * 
@@ -35,6 +37,10 @@
 	public void shareSettleJD(Long uid, Date maxPregetTime) throws OrderMoneySettleException;
 
 	public void shareSettlePDD(Long uid, Date maxPregetTime) throws OrderMoneySettleException;
+	
+	public void shareSettleVipShop(Long uid, Date maxPregetTime) throws OrderMoneySettleException;
+
+	public void shareSettleSuning(Long uid, Date maxPregetTime) throws OrderMoneySettleException;
 
 	/**
 	 * 鑷喘缁撶畻
@@ -43,14 +49,5 @@
 	 * @param sourceType
 	 */
 	public void ziGouSettle(String orderId, int sourceType, String taskKey) throws OrderMoneySettleException;
-
-	/**
-	 * 閭�璇疯ˉ璐寸粨绠�
-	 * @param uid
-	 * @param taskKey
-	 * @throws OrderMoneySettleException
-	 */
-	public void inviteSubsidySettle(Long uid, String taskKey, Date maxPreGetTime)
-			throws OrderMoneySettleException, TeamEincomeRecordException, ParamsException;
 
 }

--
Gitblit v1.8.0