From 5e7b0ed4a154ad067cbcf4aa1a1c7cce32f9864c Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 26 四月 2024 18:02:17 +0800 Subject: [PATCH] 唯品会链接解析升级 --- fanli/src/main/java/com/yeshi/fanli/service/inter/order/OrderMoneySettleService.java | 110 ++++++++++++++++++++++++++++-------------------------- 1 files changed, 57 insertions(+), 53 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 b248229..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,53 +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 inviteSettleSuning(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; - - public void shareSettleSuning(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