feat: 在接口层级返回特定错误

This commit is contained in:
amtoaer
2024-04-02 00:00:44 +08:00
parent f5bc882122
commit beb3634e33
8 changed files with 120 additions and 42 deletions
+1
View File
@@ -36,6 +36,7 @@ sea-orm = { version = "0.12", features = [
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0"
strum = { version = "0.26", features = ["derive"] }
thiserror = "1.0.58"
tokio = { version = "1", features = ["full"] }
toml = "0.8.12"