wxr
2024-06-07 56da43f1e25a191cd83fb91c5756f19ef7431bb0
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
    }
}