You've already forked FrameTour-BE
- 将 deviceNo 和 channelNo 字段替换为 previewUrl 和 previewCoverUrl - 修改 DeviceRespVO 类中的字段定义- 在 AppScenicServiceImpl 中更新设备配置信息的设置逻辑
This commit is contained in:
@@ -38,6 +38,6 @@ public class DeviceRespVO {
|
||||
private String scenicName;
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||
private Date keepaliveAt;
|
||||
private String deviceNo;
|
||||
private String channelNo;
|
||||
private String previewUrl;
|
||||
private String previewCoverUrl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user