JLChen
2020-11-13 017af840d60fd6a56da9711308bf8239cb7fc1e6
HDL_ON/Common/R.cs
@@ -425,5 +425,15 @@
        public const int totalVolume = 5045;
        public const int volumeAdjustment = 5046;
        public const int qqMsuicTip = 5047;
        #region 网络请求响应错误提示信息
        /// <summary>
        /// 请求服务器失败,请稍后再试!
        /// </summary>
        public const int FailedRequestServer = 10001;
        #endregion
    }
}