chore: update resource max size

This commit is contained in:
boojack
2021-12-16 20:43:12 +08:00
parent 1fb8018f0b
commit cc2af0e449
2 changed files with 7 additions and 1 deletions

View File

@ -5,6 +5,7 @@ var Codes = map[string]int{
"REQUEST_BODY_ERROR": 40001,
"UPLOAD_FILE_ERROR": 40002,
"OVERLOAD_MAX_SIZE": 40003,
"NOT_FOUND": 40400,
"USER_NOT_FOUND": 40401,
"RESOURCE_NOT_FOUND": 40402,