注销流程改变

This commit is contained in:
2025-09-24 23:29:29 +08:00
parent f1879d1905
commit df4343ccbb

View File

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