bug修复

This commit is contained in:
张松 2025-08-19 11:29:14 +08:00
parent fd44965f8a
commit e4f049455c
1 changed files with 0 additions and 4 deletions

View File

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