From e313288c9fc1ec3ef5997d7ec220534be63971ae Mon Sep 17 00:00:00 2001 From: milimoe Date: Tue, 8 Oct 2024 00:26:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FunGame.Desktop/Controller/RegisterController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FunGame.Desktop/Controller/RegisterController.cs b/FunGame.Desktop/Controller/RegisterController.cs index 2070f0a..2efc5db 100644 --- a/FunGame.Desktop/Controller/RegisterController.cs +++ b/FunGame.Desktop/Controller/RegisterController.cs @@ -30,7 +30,7 @@ namespace Milimoe.FunGame.Desktop.Controller RunTime.PluginLoader?.OnBeforeRegEvent(Register, RegEventArgs); if (RegEventArgs.Cancel) return false; - DataRequest request = RunTime.NewLongRunningDataRequest(DataRequestType.Reg_GetRegVerifyCode); + DataRequest request = RunTime.NewLongRunningDataRequest(DataRequestType.Reg_Reg); request.AddRequestData("username", username); request.AddRequestData("password", password); request.AddRequestData("email", email);