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,7 +2,7 @@
package exception
const (
ServiceAuth = "001"
ServiceUser = "002"
ServiceEvent = "003"
ServiceAuth = "001"
)