登录就充值一百万
This commit is contained in:
@@ -16,6 +16,9 @@ class UserWallet extends Model
|
|||||||
$coin = Db::name('user_wallet_coin')->insert($insert_data);
|
$coin = Db::name('user_wallet_coin')->insert($insert_data);
|
||||||
$earnings = Db::name('user_wallet_earnings')->insert($insert_data);
|
$earnings = Db::name('user_wallet_earnings')->insert($insert_data);
|
||||||
if($coin && $earnings){
|
if($coin && $earnings){
|
||||||
|
//预测版块 上线前注释掉 ======👇======
|
||||||
|
model('api/UserWallet')->change_user_cion_log($uid,1000000,0,40,'预测-系统充值');
|
||||||
|
//预测版块 上线前注释掉======👆======
|
||||||
return true ;
|
return true ;
|
||||||
}else{
|
}else{
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user