From 2a8a69d99f382bb3f87f8f5c1f6f964bc4f26a2b Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期四, 17 十二月 2020 16:18:07 +0800 Subject: [PATCH] 2020-12-17 1.增加错误码 --- HDL_ON/Common/R.cs | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index a885d78..0794dc3 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -145,7 +145,7 @@ public const int EditNickname = 237; public const int NicknameCannotBeEmpty = 236; public const int CreateScene = 235; - public const int PermissionToUse = 234; + public const int MemberPermissionManagement = 234; public const int Nickname = 233; public const int MemberManagement = 232; public const int OtherArea = 231; @@ -750,6 +750,14 @@ /// 鏄惁闇�瑕佷繚瀛� /// </summary> public const int IfNeedToSave = 9058; + /// <summary> + /// 鏆傛棤鍒嗕韩 + /// </summary> + public const int NoShare = 9059; + /// <summary> + /// 浣跨敤鏉冮檺 + /// </summary> + public const int PermissionToUse = 9060; #region 缃戠粶璇锋眰鍝嶅簲閿欒鎻愮ず淇℃伅 -- Gitblit v1.8.0