From f4b1d6946f58f681180f26cf436133d1504105de Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Sat, 8 Mar 2025 14:16:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4=20WithdrawController?= =?UTF-8?q?=20=E4=B8=AD=E5=AF=B9=20Payment=20=E7=B1=BB=E7=9A=84=E5=BC=95?= =?UTF-8?q?=E7=94=A8=EF=BC=8C=E6=94=B9=E7=94=A8=20PaymentNew?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/WithdrawController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controller/api/WithdrawController.php b/app/controller/api/WithdrawController.php index 8c08a8e..26e5ccc 100644 --- a/app/controller/api/WithdrawController.php +++ b/app/controller/api/WithdrawController.php @@ -8,7 +8,6 @@ use app\model\ExchangeRate; use app\model\Userbank; use support\Request; -use App\Utils\API\Payment; use App\Utils\API\PaymentNew; use App\Utils\ApiResponse; use App\Utils\ApiResponseApp;