注册送金币关掉了

This commit is contained in:
2026-01-14 12:22:46 +08:00
parent 2c45e0b38f
commit 2d9edc4c78

View File

@@ -17,7 +17,7 @@ class UserWallet extends Model
$earnings = Db::name('user_wallet_earnings')->insert($insert_data);
if($coin && $earnings){
//预测版块 上线前注释掉 ======👇======
model('api/UserWallet')->change_user_cion_log($uid,1000000,0,40,'预测-系统充值');
// model('api/UserWallet')->change_user_cion_log($uid,1000000,0,40,'预测-系统充值');
//预测版块 上线前注释掉======👆======
return true ;
}else{