Commit ea0c8eb4 authored by suhuiguang's avatar suhuiguang

1.视频增加默认图片在连接不上及为进行接入时,前端轮播使用

parent a43d629b
...@@ -14,7 +14,8 @@ import lombok.Getter; ...@@ -14,7 +14,8 @@ import lombok.Getter;
@AllArgsConstructor @AllArgsConstructor
public enum CommonVideoEnum { public enum CommonVideoEnum {
HLS("2", "hls"); HLS("2", "hls"),
IMG("3", "img");
private String code; private String code;
private String name; private String name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment