1 parent 3dd9b73 commit 0597548Copy full SHA for 0597548
1 file changed
backend/src/models.rs
@@ -114,7 +114,7 @@ pub struct SichuanEew {
114
#[serde(rename = "Depth")]
115
pub depth: f64,
116
#[serde(rename = "MaxIntensity")]
117
- pub max_intensity: i32,
+ pub max_intensity: f64,
118
}
119
120
/// 中国地震台网中心预警数据
@@ -137,7 +137,7 @@ pub struct CencEew {
137
138
139
140
141
142
143
/// 福建地震局预警数据
0 commit comments