From 25bb055b0249d86548883083bb315922e6a2076b Mon Sep 17 00:00:00 2001
From: JLChen <551775569@qq.com>
Date: 星期二, 24 十一月 2020 15:39:08 +0800
Subject: [PATCH] 2020-11-24 1.注册增加服务器选择。 2.增加极光推送接口
---
HDL_ON/Common/R.cs | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs
index 0da03fa..a8976cb 100644
--- a/HDL_ON/Common/R.cs
+++ b/HDL_ON/Common/R.cs
@@ -500,6 +500,27 @@
/// 纭閫�鍑虹櫥褰曪紵
/// </summary>
public const int IfConfirmLogout = 9017;
+ /// <summary>
+ /// 璇烽�夋嫨鍥藉/鍖哄煙
+ /// </summary>
+ public const int PleaseSelectCountryOrRegion = 9018;
+ /// <summary>
+ /// 绔嬪嵆鏇存柊
+ /// </summary>
+ public const int Update = 9019;
+ /// <summary>
+ /// 浠ュ悗鍐嶈
+ /// </summary>
+ public const int Ignore = 9020;
+ /// <summary>
+ /// 鍥藉/鍦板尯
+ /// </summary>
+ public const int CountryOrRegion = 9021;
+ ///// <summary>
+ ///// 璇烽�夋嫨鍥藉/鍖哄煙
+ ///// </summary>
+ //public const int PleaseSelectCountryOrRegion = 9022;
+
#region 缃戠粶璇锋眰鍝嶅簲閿欒鎻愮ず淇℃伅
/// <summary>
--
Gitblit v1.8.0