This commit is contained in:
aozhiwei 2024-11-06 15:32:16 +08:00
parent e2cbe958b9
commit 4358b82697

View File

@ -20,3 +20,7 @@ const (
const (
SESSION_KEY = "session"
)
const (
MSG_LOGIN = iota
)