From 5de5a26d3825b3182a7d3a18ed1cbdbb78a3f9aa Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 23 七月 2020 16:39:59 +0800 Subject: [PATCH] 2020-07-23 --- HDL_ON/Common/R.cs | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index 45d56bc..59042b7 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,6 +4,31 @@ { public static class StringId { + public readonly static int GetSensorHistoryFailed = 290; + 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; public readonly static int ConfirmShared = 264; public readonly static int ChooseSharedFunction = 263; -- Gitblit v1.8.0