兼容修改

This commit is contained in:
张松
2025-08-18 09:56:50 +08:00
parent a60c047d96
commit e8dd6c73e1

View File

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