🎨 一堆杂七杂八的优化

This commit is contained in:
2025-09-01 21:30:10 +08:00
parent 3beb54c12c
commit 80decc222f
7 changed files with 71 additions and 17 deletions

View File

@@ -13,7 +13,7 @@ type Response struct {
}
const (
ERROR = 7
ERROR = 5
SUCCESS = 0
)