更新Reg逻辑

This commit is contained in:
Mili 2023-03-30 22:08:49 +08:00
parent 9155c31a11
commit 19e9ae9245

View File

@ -287,6 +287,7 @@ namespace Milimoe.FunGame.Server.Model
{
ServerHelper.WriteLine(SocketHelper.MakeClientName(ClientName, User) + " 验证码已过期");
msg = "此验证码已过期,请重新注册。";
SQLHelper.Execute(RegVerifyCodes.Delete_RegVerifyCode(username, email), out _);
return Send(socket, type, false, msg);
}
// 注册