feat: 移除 WithdrawController 中对 Payment 类的引用,改用 PaymentNew

This commit is contained in:
lingling 2025-03-08 14:16:21 +08:00
parent 97bb4fcd8d
commit f4b1d6946f
1 changed files with 0 additions and 1 deletions

View File

@ -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;