兼容修改
This commit is contained in:
@@ -45,7 +45,7 @@ class CashController extends Frontend
|
|||||||
public function withdraw()
|
public function withdraw()
|
||||||
{
|
{
|
||||||
$amount = $this->request->get('amount');
|
$amount = $this->request->get('amount');
|
||||||
$isAlipay = $this->request->get('isAlipay/d');
|
$isAlipay = $this->request->get('isAlipay');
|
||||||
$userId = $this->getUserId();
|
$userId = $this->getUserId();
|
||||||
self::checkCanCash($userId);
|
self::checkCanCash($userId);
|
||||||
$info = (new CommonInfo())->getByCode(930);
|
$info = (new CommonInfo())->getByCode(930);
|
||||||
|
|||||||
Reference in New Issue
Block a user