update struct

This commit is contained in:
2026-04-12 22:07:22 +08:00
parent 5844029f7a
commit 0afd1d7fc9

View File

@@ -16,7 +16,7 @@ type ProduceData struct {
MsgID string `json:"msg_id"` // 消息ID
Timestamp int64 `json:"timestamp"` // 消息生成时间: ms
Host string `json:"host"` // 生产消息的机器IP
Data map[string]interface{} `json:"data"` // 传入的业务数据
Data any `json:"data"` // 传入的业务数据
}
// ZRangeData zRange读取的数据