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