@@ -30,7 +30,7 @@ public class SurveillanceParamVO {
private String playUrl;
@NotNull(message = "urlType不能为空")
- private Integer urlType;
+ private Integer urlType = 1;
private String poster;