From 08f9fbbc68525fc3fa714e02394fe332efc25dac Mon Sep 17 00:00:00 2001 From: Lemon <15040771@qq.com> Date: Sat, 10 Oct 2020 17:02:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Controller/v3/WithdrawController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controller/v3/WithdrawController.php b/app/Controller/v3/WithdrawController.php index 92d1abf..4938cca 100644 --- a/app/Controller/v3/WithdrawController.php +++ b/app/Controller/v3/WithdrawController.php @@ -8,7 +8,7 @@ use App\Constants\v3\LogLabel; use App\Constants\v3\UserType; use App\Controller\BaseController; use App\Exception\ErrorCodeException; -use App\Model\SystemConfig; +use App\Model\v3\SystemConfig; use App\Model\v3\FinancialRecord; use App\Model\v3\Store; use App\Model\v3\StoreWithdrawal;