adjustment codes

This commit is contained in:
zhuyasen
2022-09-25 21:49:11 +08:00
parent 6a48e3cbc0
commit 4c247af902
17 changed files with 569 additions and 126 deletions

View File

@@ -23,3 +23,8 @@ var (
StatusAccessDenied = errcode.StatusAccessDenied
StatusMethodNotAllowed = errcode.StatusMethodNotAllowed
)
// Any kev-value
func Any(key string, val interface{}) errcode.Detail {
return errcode.Any(key, val)
}