[fix]修复错误内容

This commit is contained in:
宋天 2021-10-20 18:51:51 +08:00
parent 79da36ac04
commit 5193de7c56

View File

@ -13,5 +13,5 @@ public interface MbrErrorCodeConstants {
ErrorCode USER_NOT_EXISTS = new ErrorCode(1004001000, "用户不存在");
// ==========文件相关 ===========
ErrorCode FILE_IS_EMPTY = new ErrorCode(1004002000, "文件不存在");
ErrorCode FILE_IS_EMPTY = new ErrorCode(1004002000, "文件为空");
}