bug修复
This commit is contained in:
@@ -45,10 +45,6 @@ class CashController extends Frontend
|
|||||||
*/
|
*/
|
||||||
public function withdraw()
|
public function withdraw()
|
||||||
{
|
{
|
||||||
DatabaseRoute::getDb('tb_user', 25182, true)->insert([
|
|
||||||
'user_id' => 25182
|
|
||||||
]);
|
|
||||||
$this->success();
|
|
||||||
$amount = $this->request->get('amount');
|
$amount = $this->request->get('amount');
|
||||||
$isAlipay = $this->request->get('isAlipay');
|
$isAlipay = $this->request->get('isAlipay');
|
||||||
$userId = $this->getUserId();
|
$userId = $this->getUserId();
|
||||||
|
|||||||
Reference in New Issue
Block a user