Fix go mod

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-01-21 13:51:37 +08:00
parent ac428946e7
commit 2e11fc5d9c
8 changed files with 23 additions and 27 deletions

View File

@@ -2,8 +2,8 @@
package exception
const (
StatusClient = "6"
StatusSuccess = "2"
StatusUser = "4"
StatusServer = "5"
StatusClient = "6"
StatusSuccess = "2"
)