Browse Source

增加aws鉴权

feature_wq
Sydonian 10 months ago
parent
commit
eb443e5169
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      consts/errorcode/error_code.go

+ 1
- 0
consts/errorcode/error_code.go View File

@@ -7,4 +7,5 @@ const (
DataExists = "DataExists"
BadArgument = "BadArgument"
TaskNotFound = "TaskNotFound"
Unauthorized = "Unauthorized"
)

Loading…
Cancel
Save