mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 10:58:35 +08:00
组织数据读取权限完成
This commit is contained in:
@@ -41,6 +41,7 @@ func (n *logNode) Handle(msg *message.Message) error {
|
||||
MsgType: msg.MsgType,
|
||||
DeviceId: msg.Metadata["deviceId"].(string),
|
||||
OrgId: msg.Metadata["orgId"].(int64),
|
||||
Owner: msg.Metadata["owner"].(string),
|
||||
DeviceName: msg.Metadata["deviceName"].(string),
|
||||
Ts: msg.Ts,
|
||||
Content: logMessage,
|
||||
|
||||
Reference in New Issue
Block a user