From 9dcd17ee7578c5a06bfcd960cc72ea2995716004 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 15 七月 2020 16:43:38 +0800 Subject: [PATCH] 20200715 --- HDL_ON/Common/R.cs | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index 33003a3..f944443 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,6 +4,28 @@ { public static class StringId { + public readonly static int UnbindPhone = 289; + public readonly static int ModifyBindingPhone = 288; + public readonly static int BindPhoneFail = 287; + public readonly static int BindPhoneSuccess = 286; + public readonly static int BindPhone = 285; + public readonly static int CurPhone = 284; + public readonly static int PhoneInfo = 283; + public readonly static int UnbindEmailSuccess = 282; + public readonly static int UnbindEmail = 281; + public readonly static int BindEmailFail = 280; + public readonly static int BindEmailSuccess = 279; + public readonly static int EntryBindEmail = 278; + public readonly static int BindEmail = 277; + public readonly static int ValidationSuccessful = 276; + public readonly static int Resend = 275; + public readonly static int VerificationCodePrompt = 274; + public readonly static int ChangeTheVerificationMethod = 273; + public readonly static int ModifyBindingEmail = 272; + public readonly static int CurrentEmail =271; + public readonly static int Unbind = 270; + public readonly static int ModifyBinding = 269; + public readonly static int EmailAddress = 268; public readonly static int FunctionSharingSucceeded = 267; public readonly static int FunctionSharingFailed = 266; public readonly static int SharedTo = 265; -- Gitblit v1.8.0