兼容修改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user