1、网站HTTP配置新增、修改功能提交;2、样例配置审核修改文件URL
This commit is contained in:
@@ -12,13 +12,13 @@ public class AvFileSampleCfg extends BaseCfg<AvFileSampleCfg> {
|
||||
@SerializedName("srcFile")
|
||||
private String srcUrl;
|
||||
@Expose
|
||||
@SerializedName("sampleFile")
|
||||
@SerializedName("dstFile")
|
||||
private String sampleUrl;
|
||||
@Expose
|
||||
@SerializedName("srcFileMd5")
|
||||
private String srcMd5;
|
||||
@Expose
|
||||
@SerializedName("sampleFileMd5")
|
||||
@SerializedName("dstFileMd5")
|
||||
private String sampleMd5;
|
||||
@Expose
|
||||
private Integer level;
|
||||
|
||||
Reference in New Issue
Block a user