package protocol type Data struct { Temperature float32 `json:"temperature"` // 温度 Humidly float32 `json:"humidly"` // 湿度 }