JLChen
2020-11-16 d6f398b6b07315d327be2994081eb31ae100ba03
HDL_ON/Common/R.cs
@@ -432,6 +432,11 @@
        /// 请求服务器失败,请稍后再试!
        /// </summary>
        public const int FailedRequestServer = 10001;
        /// <summary>
        ///  系统维护中 ~请稍后再试~
        /// </summary>
        public const int SystemMaintenance = 10002;
        #endregion