📄 loginstage.cs
字号:
namespace Imps.Client.Core
{
using System;
public enum LoginStage
{
ChangePresence = 0x406,
ConnectToSipc = 0x3eb,
DownloadPortrait = 0x424,
GetChannelInfo = 0x41f,
GetContactsInfo = 0x401,
GetContactsList = 0x3f7,
GetMobilEmailInfo = 0x3f6,
GetOfflineMessage = 0x41a,
GetPermission = 0x3f9,
GetScore = 0x3f5,
LoginToSSIPortal = 0x3e9,
RetrivePersonalInfo = 0x3f2,
RetriveSystemConfig = 0x3e8,
RetriveUri = 0x3ea,
Retry = 0x42e,
SipcAuth = 0x3ed,
SipcRegister = 0x3ec,
SubscribePresence = 0x3fc,
Unknown = 0
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -