Update ResponseCode

This commit is contained in:
2023-11-28 10:05:20 +08:00
parent bffd72b467
commit 4a4d7fc8d6
4 changed files with 65 additions and 40 deletions

View File

@@ -8,6 +8,7 @@ package top.fatweb.api.entity.common
*/
enum class BusinessCode(val code: Int) {
SYSTEM(100),
DATABASE(200),
PERMISSION(200),
DATABASE(300),
API_AVATAR(501)
}