From df4343ccbbeb82025d6c416e4809bc84c3cc2634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Wed, 24 Sep 2025 23:29:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=94=80=E6=B5=81=E7=A8=8B=E6=94=B9?= =?UTF-8?q?=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/UserData.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/api/model/UserData.php b/application/api/model/UserData.php index 55c2936..35b1af7 100644 --- a/application/api/model/UserData.php +++ b/application/api/model/UserData.php @@ -375,8 +375,6 @@ class UserData extends Model return ['code' => 0, 'msg' => '实名失败','data' =>null]; } - //内侧用户充值10W金币 - db::name('user_wallet')->where('user_id',$user_id)->update(['coin' => 100000,'updatetime' => time(),'createtime' => time()]); return ['code' => 1, 'msg' => '实名成功','data' =>null]; }