go Unmarshal error json cannot unmarshal string into Go struct field (3)
2024-06-19错误信息“json: cannot unmarshal string into Go struct field .timestamp of type int64”告诉我们,我们试图将一个字符串类型的JSON字段解析为Go结构中的一个int64类型字段,这显然是不允许的。在我们作为Go开发工程师的工作中,错误和异常处理无疑是非常重要的一环。然而,类型不匹配会引发解码错误,特别是当JSON字段与Go结构字段的类型不一致时。如果我们对数据源有控制权,最直接的方法是确保JSON字段的类型与Go结构字段的类型匹配。_json: cannot unmarshal string into go struct field batchquerygroupparam.grou