From 76bc979b654c23be393c9c46c9e3099cdd3785ec Mon Sep 17 00:00:00 2001 From: zj <1772600164@qq.com> Date: Mon, 17 Feb 2025 06:25:36 +0800 Subject: [PATCH] 充值地址 --- src/main/java/project/withdraw/WithdrawService.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/java/project/withdraw/WithdrawService.java b/src/main/java/project/withdraw/WithdrawService.java index 973e597..0487a40 100644 --- a/src/main/java/project/withdraw/WithdrawService.java +++ b/src/main/java/project/withdraw/WithdrawService.java @@ -9,7 +9,8 @@ /** * 代付,通过web申请一个代付订单 */ - public void saveApply(Withdraw entity, String channel, String method_id, String googleCode, WalletGatherService walletGatherService); + 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