🎨新增客户端离线后上线通知
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
coward
2024-12-09 09:06:51 +08:00
parent 96999be84a
commit 628c09fdde
2 changed files with 33 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
package constant
const (
Captcha = "captcha"
UserToken = "token"
Captcha = "captcha"
UserToken = "token"
ClientOffline = "client:offline:"
)