[fix]修复错误内容

pull/2/head
宋天 2021-10-20 18:51:51 +08:00
parent 79da36ac04
commit 5193de7c56
1 changed files with 1 additions and 1 deletions

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, "文件为空");
}