From e8dd6c73e1a9ca9dd2d75f93b0697be902ebcdee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=9D=BE?= <8605635+zhang3064194730@user.noreply.gitee.com> Date: Mon, 18 Aug 2025 09:56:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/czg/app/controller/CashController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/czg/app/controller/CashController.php b/app/czg/app/controller/CashController.php index 8139920..a4a2abf 100644 --- a/app/czg/app/controller/CashController.php +++ b/app/czg/app/controller/CashController.php @@ -45,7 +45,7 @@ class CashController extends Frontend public function withdraw() { $amount = $this->request->get('amount'); - $isAlipay = $this->request->get('isAlipay/d'); + $isAlipay = $this->request->get('isAlipay'); $userId = $this->getUserId(); self::checkCanCash($userId); $info = (new CommonInfo())->getByCode(930);