注册给金币和实名去掉
This commit is contained in:
@@ -16,9 +16,6 @@ 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;
|
||||
|
||||
Reference in New Issue
Block a user