Fix: folder with the same name should not be created

This commit is contained in:
HFO4
2019-11-27 19:14:13 +08:00
parent b3ef833afd
commit 0982347f40
5 changed files with 17 additions and 3 deletions

View File

@@ -50,6 +50,8 @@ const (
CodeUploadFailed = 40002
// CodeCreateFolderFailed 目录创建失败
CodeCreateFolderFailed = 40003
// CodeObjectExist 对象已存在
CodeObjectExist = 40004
// CodeDBError 数据库操作失败
CodeDBError = 50001
// CodeEncryptError 加密失败