From e76e78952d9366ab2c4feabb263bef0fa04c0e27 Mon Sep 17 00:00:00 2001 From: monanxiao Date: Wed, 8 Mar 2023 17:39:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=90=E7=8E=B0=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E5=AD=97=E6=AE=B5=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=8F=90?= =?UTF-8?q?=E7=8E=B0=E6=9D=A5=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controller/api/user/UserExtract.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controller/api/user/UserExtract.php b/app/controller/api/user/UserExtract.php index 2b2d95e4..6d8dec70 100644 --- a/app/controller/api/user/UserExtract.php +++ b/app/controller/api/user/UserExtract.php @@ -55,7 +55,7 @@ class UserExtract extends BaseController public function checkParams(validate $validate) { - $data = $this->request->params(['extract_type','bank_code','bank_address','alipay_code','wechat','extract_pic','extract_price','real_name','bank_name']); + $data = $this->request->params(['extract_type','bank_code','bank_address','alipay_code','wechat','extract_pic','extract_price','real_name','bank_name', 'source']); $validate->check($data); return $data; }