mirror of
https://github.com/project-redbud/FunGame-Desktop.git
synced 2025-04-23 21:49:34 +08:00
小修改
This commit is contained in:
parent
f442d71c41
commit
e313288c9f
@ -30,7 +30,7 @@ namespace Milimoe.FunGame.Desktop.Controller
|
|||||||
RunTime.PluginLoader?.OnBeforeRegEvent(Register, RegEventArgs);
|
RunTime.PluginLoader?.OnBeforeRegEvent(Register, RegEventArgs);
|
||||||
if (RegEventArgs.Cancel) return false;
|
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("username", username);
|
||||||
request.AddRequestData("password", password);
|
request.AddRequestData("password", password);
|
||||||
request.AddRequestData("email", email);
|
request.AddRequestData("email", email);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user