From 81da61b828e29b7745e1382dfbbaeb685dc083ef Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期二, 23 一月 2024 17:17:55 +0800
Subject: [PATCH] 抖音转链修改
---
fanli/src/main/java/com/yeshi/fanli/service/inter/order/OrderMoneySettleService.java | 106 ++++++++++++++++++++++++++++------------------------
1 files changed, 57 insertions(+), 49 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 b26174b..4567ad8 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
@@ -1,49 +1,57 @@
-package com.yeshi.fanli.service.inter.order;
-
-import java.util.Date;
-
-import com.yeshi.fanli.exception.money.OrderMoneySettleException;
-
-/**
- * 璁㈠崟璧勯噾缁撶畻鏈嶅姟
- *
- * @author Administrator
- *
- */
-public interface OrderMoneySettleService {
-
- /**
- * 閭�璇疯禋缁撶畻
- *
- * @param uid
- */
- public void inviteSettleTB(Long uid, Date maxPregetTime) throws OrderMoneySettleException;
-
- public void inviteSettleJD(Long uid, Date maxPregetTime) throws OrderMoneySettleException;
-
- public void inviteSettlePDD(Long uid, Date maxPregetTime) throws OrderMoneySettleException;
-
- public void inviteSettleVipShop(Long uid, Date maxPregetTime) throws OrderMoneySettleException;
-
- /**
- * 鍒嗕韩璧氱粨绠�
- *
- * @param uid
- */
- public void shareSettleTB(Long uid, Date maxPregetTime) throws OrderMoneySettleException;
-
- 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;
-
- /**
- * 鑷喘缁撶畻
- *
- * @param orderId
- * @param sourceType
- */
- public void ziGouSettle(String orderId, int sourceType, String taskKey) throws OrderMoneySettleException;
-
-}
+package com.yeshi.fanli.service.inter.order;
+
+import java.util.Date;
+
+import com.yeshi.fanli.exception.money.OrderMoneySettleException;
+
+/**
+ * 璁㈠崟璧勯噾缁撶畻鏈嶅姟
+ *
+ * @author Administrator
+ *
+ */
+public interface OrderMoneySettleService {
+
+ /**
+ * 閭�璇疯禋缁撶畻
+ *
+ * @param uid
+ */
+ public void inviteSettleTB(Long uid, Date maxPregetTime) throws OrderMoneySettleException;
+
+ public void inviteSettleJD(Long uid, Date maxPregetTime) throws OrderMoneySettleException;
+
+ 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;
+
+ public void inviteSettleDY(Long uid, Date maxPregetTime) throws OrderMoneySettleException;
+
+ /**
+ * 鍒嗕韩璧氱粨绠�
+ *
+ * @param uid
+ */
+ public void shareSettleTB(Long uid, Date maxPregetTime) throws OrderMoneySettleException;
+
+ 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;
+
+ public void shareSettleDY(Long uid, Date maxPregetTime) throws OrderMoneySettleException;
+
+ /**
+ * 鑷喘缁撶畻
+ *
+ * @param orderId
+ * @param sourceType
+ */
+ public void ziGouSettle(String orderId, int sourceType, String taskKey) throws OrderMoneySettleException;
+
+}
--
Gitblit v1.8.0