Add resources api (#9)

* feat: add resource api

* update delete model return variables
This commit is contained in:
STEVEN
2021-12-14 20:08:12 +08:00
committed by GitHub
parent 6589671da8
commit aa40793a68
11 changed files with 318 additions and 34 deletions

View File

@ -4,6 +4,7 @@ var Codes = map[string]int{
"NOT_AUTH": 20001,
"REQUEST_BODY_ERROR": 40001,
"UPLOAD_FILE_ERROR": 40002,
"DATABASE_ERROR": 50001,
}