新增处理

This commit is contained in:
2024-12-24 13:44:52 +08:00
parent 78d1dfeeca
commit 6e4b37776b
6 changed files with 108 additions and 17 deletions

View File

@@ -23,7 +23,7 @@ type Hub struct {
mu sync.RWMutex
}
// Message WebSocket 消息结构
// WsMessage WebSocket 消息结构
type WsMessage struct {
IMEI string `json:"imei"`
Data string `json:"data"`