1、网站HTTP配置新增、修改功能提交;2、样例配置审核修改文件URL

This commit is contained in:
zhangwei
2018-05-25 13:25:21 +08:00
parent 5cab431e16
commit 5c839d31f6
19 changed files with 25252 additions and 21877 deletions

View File

@@ -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;