feat(dashboard): filter file by shared link, direct link, uploading status (#2782)
This commit is contained in:
@@ -253,6 +253,8 @@ const (
|
||||
CodeNodeUsedByStoragePolicy = 40086
|
||||
// CodeDomainNotLicensed domain not licensed
|
||||
CodeDomainNotLicensed = 40087
|
||||
// CodeAnonymouseAccessDenied 匿名用户无法访问分享
|
||||
CodeAnonymouseAccessDenied = 40088
|
||||
// CodeDBError 数据库操作失败
|
||||
CodeDBError = 50001
|
||||
// CodeEncryptError 加密失败
|
||||
|
||||
Reference in New Issue
Block a user