Feat: get file content via anonymous url

This commit is contained in:
HFO4
2019-12-10 20:42:40 +08:00
parent ea7f034332
commit 297b507ca7
8 changed files with 90 additions and 21 deletions

View File

@@ -64,6 +64,8 @@ const (
CodePolicyNotAllowed = 50003
// CodeIOFailed IO操作失败
CodeIOFailed = 50004
// CodeGroupNotAllowed 当前用户组不允许
CodeGroupNotAllowed = 50005
//CodeParamErr 各种奇奇怪怪的参数错误
CodeParamErr = 40001
// CodeNotSet 未定错误后续尝试从error中获取