wxr
2023-06-13 4cf5bc1b5f954646e006c7e491c4b20657409567
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
    }
}