From f788a1e320b8505435ed66e2456ddb2d0a838f76 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期四, 19 十一月 2020 19:58:14 +0800 Subject: [PATCH] 2020-11-19 1.优化绑定和解绑页面。2.修改密码功能实现,UI界面实现,接口实现。 --- HDL_ON/Common/R.cs | 61 ++++++++++++++++++++++++++++++ 1 files changed, 61 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index e8ab57d..e1defaf 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -427,7 +427,62 @@ public const int qqMsuicTip = 5047; + #region LE鏂板 + /// <summary> + /// 璇蜂娇鐢ㄦ柊鐨勬墜鏈鸿处鍙风櫥褰旳PP + /// </summary> + public const int PleaseLoginWithNewMobileAccount = 9000; + /// <summary> + /// 璇蜂娇鐢ㄦ柊鐨勯偖绠辫处鍙风櫥褰旳PP + /// </summary> + public const int PleaseLoginWithNewEmailAccount = 9001; + /// <summary> + /// 鐧诲綍鎵嬫満淇敼瀹屾垚 + /// </summary> + public const int LoginMobileAccountModificationCompleted = 9002; + /// <summary> + /// 鐧诲綍鎵嬫満缁戝畾瀹屾垚 + /// </summary> + public const int LoginMobileAccountBindCompleted = 9003; + /// <summary> + /// 鐧诲綍閭淇敼瀹屾垚 + /// </summary> + public const int LoginEmailAccountModificationCompleted = 9004; + /// <summary> + /// 鐧诲綍閭缁戝畾瀹屾垚 + /// </summary> + public const int LoginEmailAccountBindCompleted = 9005; + /// <summary> + /// 楠岃瘉鐮佸彲鑳戒細寤惰繜锛岃鍐嶇瓑涓�浼� + /// </summary> + public const int VerificationCodeMayBeDelayed = 9006; + /// <summary> + /// 鍐嶇瓑涓�浼� + /// </summary> + public const int WaitAMoment = 9007; + /// <summary> + /// 杩斿洖 + /// </summary> + public const int ReturnStr = 9008; + /// <summary> + /// 涓嶆効鎰忛�忛湶濮撳悕鐨勭敤鎴� + /// </summary> + public const int UsersWhoNameIsEmpty = 9009; + /// <summary> + /// 鏂板瘑鐮� + /// </summary> + public const int NewPassword = 9010; + /// <summary> + /// 鍐嶆杈撳叆鏂板瘑鐮� + /// </summary> + public const int NewPasswordAgain = 9011; + + #region 缃戠粶璇锋眰鍝嶅簲閿欒鎻愮ず淇℃伅 + /// <summary> + /// 浼氳瘽瓒呮椂锛岃鏇存柊token + /// </summary> + public const int NotLogin = 10000; /// <summary> /// 璇锋眰鏈嶅姟鍣ㄥけ璐ワ紝璇风◢鍚庡啀璇曪紒 /// </summary> @@ -448,7 +503,13 @@ /// 楠岃瘉鐮佸彂閫侀绻侊紝璇风◢鍚庡啀璇曪紒 /// </summary> public const int VerificationCodeSentFrequently = 10005; + /// <summary> + /// 绛惧悕閿欒 + /// </summary> + public const int SignatureError = 10006; + + #endregion #endregion } } \ No newline at end of file -- Gitblit v1.8.0