From 30d8e227e8d823b6c38c3b9c90ac2df03b63befe Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 25 二月 2025 16:41:22 +0800 Subject: [PATCH] 淘宝转链接口更新 --- fanli/src/main/java/com/yeshi/fanli/service/inter/order/OrderMoneySettleService.java | 113 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 57 insertions(+), 56 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..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,56 +1,57 @@ -package com.yeshi.fanli.service.inter.order; - -import java.util.Date; - -import com.yeshi.fanli.exception.ParamsException; -import com.yeshi.fanli.exception.money.OrderMoneySettleException; -import com.yeshi.fanli.exception.money.TeamEincomeRecordException; - -/** - * 璁㈠崟璧勯噾缁撶畻鏈嶅姟 - * - * @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; - - /** - * 鍒嗕韩璧氱粨绠� - * - * @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; - - /** - * 鑷喘缁撶畻 - * - * @param orderId - * @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; - -} +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