From ae9061e8e648af95393d96d6f5e59c434aed1558 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 21 十二月 2020 09:57:44 +0800
Subject: [PATCH] Merge branch 'WJC' into NewFilePath

---
 HDL_ON/DAL/Server/IMessageCommon.cs |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/DAL/Server/IMessageCommon.cs b/HDL_ON/DAL/Server/IMessageCommon.cs
index 0f84085..fbfc0bf 100644
--- a/HDL_ON/DAL/Server/IMessageCommon.cs
+++ b/HDL_ON/DAL/Server/IMessageCommon.cs
@@ -64,7 +64,10 @@
             stateCodeDic["NETWORK_ERROR"] = StringId.FailedRequestServer;
             //鏁版嵁寮傚父
             stateCodeDic["DATA_EXCEPTION"] = StringId.DataExceptionPleaseTryAgain;
-
+            //涓庢湇鍔″櫒閫氳澶辫触
+            stateCodeDic[StateCode.NETWORK_ERROR] = StringId.FailedRequestServer;
+            //鏁版嵁寮傚父
+            stateCodeDic[StateCode.DATA_EXCEPTION] = StringId.DataExceptionPleaseTryAgain;
             #region 鍩虹鏈嶅姟 鏂伴敊璇爜 2020-12-07
             //绯荤粺绻佸繖~璇风◢鍚庡啀璇晘
             stateCodeDic["1"] = StringId.SystemIsBusy;
@@ -320,6 +323,16 @@
     public class StateCode
     {
         /// <summary>
+        /// 缃戠粶璇锋眰寮傚父
+        /// APP鑷畾涔夐敊璇爜
+        /// </summary>
+        public const string NETWORK_ERROR = "-1";
+        /// <summary>
+        /// 鏁版嵁瑙f瀽閿欒
+        /// APP鑷畾涔夐敊璇爜
+        /// </summary>
+        public const string DATA_EXCEPTION = "-2";
+        /// <summary>
         /// 璇锋眰鎴愬姛鐨勭姸鎬佺爜
         /// </summary>
         public const string SUCCESS = "0";

--
Gitblit v1.8.0