|
@@ -17,6 +17,6 @@ public class UpdateOTAParams extends BaseVO {
|
|
private List<String> clientIds;
|
|
private List<String> clientIds;
|
|
|
|
|
|
@NotNull(message = "固件URL不能为空")
|
|
@NotNull(message = "固件URL不能为空")
|
|
- @Schema(description = "固件文件URL", required = true, example = "https://lnxx.oss-cn-shanghai.aliyuncs.com/ota/20241201/abc12345_firmware_v1.2.3.bin")
|
|
|
|
|
|
+ @Schema(description = "固件文件URL", required = true, example = "http://lnxx.oss-cn-shanghai.aliyuncs.com/ota/20241201/abc12345_firmware_v1.2.3.bin")
|
|
private String ossUrl;
|
|
private String ossUrl;
|
|
}
|
|
}
|