fix:1、删除部分不用的资源代码。2、a面修复bug
This commit is contained in:
@@ -104,6 +104,32 @@ namespace SGModule.NetKit {
|
||||
|
||||
|
||||
public LoginModel LoginModel => _loginModel;
|
||||
//
|
||||
// public LoginModel LoginModel {
|
||||
// get {
|
||||
// if (_loginModel == null) {
|
||||
// _loginModel = new LoginModel {
|
||||
// CdnURL = string.Empty,
|
||||
// Country = string.Empty,
|
||||
// DebugLog = true,
|
||||
// Enwp = 0,
|
||||
// ExpiresAt = 0,
|
||||
// InviteCode = string.Empty,
|
||||
// IsMagic = false,
|
||||
// LastLoginTime = 0,
|
||||
// LoginTime = 0,
|
||||
// NewPlayer = false,
|
||||
// PlayData = string.Empty,
|
||||
// PlayDataVer = 0,
|
||||
// RegTime = 0,
|
||||
// Setting = string.Empty,
|
||||
// Token = string.Empty,
|
||||
// Uid = 0
|
||||
// };
|
||||
// }
|
||||
// return _loginModel;
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
public bool LoginSuccess => _loginSuccess;
|
||||
|
||||
Reference in New Issue
Block a user