feat sn 改成 int64

This commit is contained in:
2026-01-30 11:56:10 +08:00
parent a7266f4bfa
commit b1dfb88f71
12 changed files with 30 additions and 30 deletions

View File

@@ -10,7 +10,7 @@ const (
ServiceStatusStopping // 停止中
)
var GatewaySID string
var GatewaySID int64
const (
KeyGatewayAccessToken = "gateway:token:access:%v"