Sfoglia il codice sorgente

Merge branch 'feature-v4.11.0-20231024-dsx' into test

dsx 1 anno fa
parent
commit
a8f3fcc928

+ 1 - 1
src/main/java/com/fdkankan/scene/vo/SurveillanceParamVO.java

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