⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 provisionbizcode.cs

📁 破解的飞信源代码
💻 CS
字号:
namespace Imps.Client.Core
{
    using System;
    using System.Net;

    public class ProvisionBizCode
    {
        public const int GetAgreement = 0x44e;
        public const int GetCertPic = 0x44d;
        public const int GetFeeInfo = 0x450;
        public const int InitSysCfg = 0x44c;
        public const int LoginToSSI = 0x453;
        public const int RefreshSysCfg = 0x452;
        public const int RetriveOldProfile = 0x454;
        public const int SendSmsCertCode = 0x44f;
        public const int SetNewProfile = 0x455;
        public const int Subscribe = 0x451;

        public static string GetErrorCode(int bizCode, WebException wEx)
        {
            return string.Format("{0}{1}", bizCode, ExceptionHandler.HandleWebException(wEx));
        }
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -