From 69d7ae376a58c399c97ee42e5ff7a13860cb2b7e Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Wed, 18 Jun 2025 16:23:23 +0800
Subject: [PATCH] 1

---
 src/main/java/project/withdraw/WithdrawService.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/java/project/withdraw/WithdrawService.java b/src/main/java/project/withdraw/WithdrawService.java
index ac821c5..973e597 100644
--- a/src/main/java/project/withdraw/WithdrawService.java
+++ b/src/main/java/project/withdraw/WithdrawService.java
@@ -1,5 +1,7 @@
 package project.withdraw;
 
+import project.wallet.WalletGatherService;
+
 import java.util.List;
 
 public interface WithdrawService {
@@ -7,7 +9,7 @@
 	/**
 	 * 代付,通过web申请一个代付订单
 	 */
-	public void saveApply(Withdraw entity, String channel, String method_id, String googleCode);
+	public void saveApply(Withdraw entity, String channel, String method_id, String googleCode, WalletGatherService walletGatherService);
 
 	/**
 	 * 查找订单 order_no 订单号

--
Gitblit v1.9.3