内侧用户实名后100W充值金币

This commit is contained in:
2025-09-17 11:02:33 +08:00
parent ce80a63a98
commit 877b4bffe1

View File

@@ -344,6 +344,9 @@ class UserData extends Model
if(!$reslut){
return ['code' => 0, 'msg' => '实名失败','data' =>null];
}
//内侧用户充值100W金币
db::name('user_wallet')->where('user_id',$user_id)->update(['coin' => 1000000,'updatetime' => time(),'createtime' => time()]);
return ['code' => 1, 'msg' => '实名成功','data' =>null];
}