diff --git a/app/czg/app/controller/CashController.php b/app/czg/app/controller/CashController.php index ed3ed72..ebada73 100644 --- a/app/czg/app/controller/CashController.php +++ b/app/czg/app/controller/CashController.php @@ -45,10 +45,6 @@ class CashController extends Frontend */ public function withdraw() { - DatabaseRoute::getDb('tb_user', 25182, true)->insert([ - 'user_id' => 25182 - ]); - $this->success(); $amount = $this->request->get('amount'); $isAlipay = $this->request->get('isAlipay'); $userId = $this->getUserId();