From 4aa09e49a9d7b4370e9dda8aedd703ced55239ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=8D=8E=E6=B8=85?= <18691022700@163.com> Date: Tue, 13 Jan 2026 10:28:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=B0=B1=E5=85=85=E5=80=BC?= =?UTF-8?q?=E4=B8=80=E7=99=BE=E4=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/UserWallet.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/application/api/model/UserWallet.php b/application/api/model/UserWallet.php index 19e61b28..bc002647 100644 --- a/application/api/model/UserWallet.php +++ b/application/api/model/UserWallet.php @@ -16,6 +16,9 @@ class UserWallet extends Model $coin = Db::name('user_wallet_coin')->insert($insert_data); $earnings = Db::name('user_wallet_earnings')->insert($insert_data); if($coin && $earnings){ + //预测版块 上线前注释掉 ======👇====== + model('api/UserWallet')->change_user_cion_log($uid,1000000,0,40,'预测-系统充值'); + //预测版块 上线前注释掉======👆====== return true ; }else{ return false;