添加服务相关方法&增加日志
This commit is contained in:
@@ -66,3 +66,9 @@ type DeviceAttributeOption struct {
|
||||
Max *uint32 `json:"max,omitempty"`
|
||||
} `json:"attribute"`
|
||||
}
|
||||
|
||||
// Websocket签名数据
|
||||
type WebsocketSignData struct {
|
||||
UserId uint32 `json:"user_id"`
|
||||
Platform string `json:"platform"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user