This commit is contained in:
parent
ad38bce459
commit
0b47cbbf57
|
|
@ -255,7 +255,7 @@ public class DockData {
|
||||||
* 机场激活时间(unix 时间戳)
|
* 机场激活时间(unix 时间戳)
|
||||||
*/
|
*/
|
||||||
@JsonProperty("activation_time")
|
@JsonProperty("activation_time")
|
||||||
private Integer activationTime;
|
private Long activationTime;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 固件升级状态:0-未升级,1-升级中
|
* 固件升级状态:0-未升级,1-升级中
|
||||||
|
|
@ -287,5 +287,5 @@ public class DockData {
|
||||||
* 首次上电时间(毫秒)
|
* 首次上电时间(毫秒)
|
||||||
*/
|
*/
|
||||||
@JsonProperty("first_power_on")
|
@JsonProperty("first_power_on")
|
||||||
private Integer firstPowerOn;
|
private Long firstPowerOn;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,7 @@ public class DroneData {
|
||||||
* 飞行器激活时间(unix 时间戳)
|
* 飞行器激活时间(unix 时间戳)
|
||||||
*/
|
*/
|
||||||
@JsonProperty("activation_time")
|
@JsonProperty("activation_time")
|
||||||
private Integer activationTime;
|
private Long activationTime;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 保养信息
|
* 保养信息
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue