mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 09:34:57 +08:00
Add: route for uploading file
This commit is contained in:
@@ -23,6 +23,10 @@ const (
|
||||
CodeDBError = 50001
|
||||
// CodeEncryptError 加密失败
|
||||
CodeEncryptError = 50002
|
||||
// CodePolicyNotAllowed 当前存储策略不允许
|
||||
CodePolicyNotAllowed = 50003
|
||||
// CodeIOFailed IO操作失败
|
||||
CodeIOFailed = 50004
|
||||
//CodeParamErr 各种奇奇怪怪的参数错误
|
||||
CodeParamErr = 40001
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user