feat: 移除 WithdrawController 中对 Payment 类的引用,改用 PaymentNew
This commit is contained in:
parent
97bb4fcd8d
commit
f4b1d6946f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue