package logsdk // Field 是日志记录中的键值对 type Field struct { Value any `json:"v"` Key string `json:"k"` }