下载调整
This commit is contained in:
parent
edf174c2f5
commit
0ce07bbcfe
@ -30,8 +30,8 @@ public class VideoReq {
|
|||||||
@JsonFormat(pattern = DatePattern.PURE_DATETIME_PATTERN)
|
@JsonFormat(pattern = DatePattern.PURE_DATETIME_PATTERN)
|
||||||
private Date endTime;
|
private Date endTime;
|
||||||
|
|
||||||
@Schema(description = "http 头是否需要文件名")
|
@Schema(description = "http 头是否需要文件名 (没有文件名时浏览器会试图直接播放,会导致短时间内重复访问同一设备,导致失败)")
|
||||||
private Boolean fileHeader = false;
|
private Boolean fileHeader = true;
|
||||||
|
|
||||||
public void setDevice_id(String deviceCode){
|
public void setDevice_id(String deviceCode){
|
||||||
this.deviceCode = deviceCode;
|
this.deviceCode = deviceCode;
|
||||||
|
Loading…
Reference in New Issue
Block a user