From c7a6aab110b526b27de2a75b3a0c65eb4667e088 Mon Sep 17 00:00:00 2001 From: zj <1772600164@qq.com> Date: Wed, 19 Feb 2025 16:34:16 +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