wxr
2023-07-18 16bd0e17057df5616706ff9fa3ac706587364192
Crabtree/SmartHome/HDL/Common/HttpUtil/ErrorCode.cs
@@ -93,6 +93,6 @@
        //备注不能为空。
        public readonly static string RemarksCannotBeEmpty = "Device name cannot be empty";
        //请求服务器失败,请稍后再试!
        public readonly static string FailedRequestServer = "Failed to request the server, please try again later!";
        public readonly static string FailedRequestServer = "Failed to request the server, please try again later!";//Request exception, please return and try again
    }
}