1.考虑到retrofit 头header 有d-time 字段 舍弃UploadADBean dtime字段漏提交
This commit is contained in:
@@ -12,7 +12,6 @@ public class UploadADBean {
|
|||||||
|
|
||||||
private String mac;
|
private String mac;
|
||||||
private String cpu;
|
private String cpu;
|
||||||
private String dtime;
|
|
||||||
private List<RecordsBean> records;
|
private List<RecordsBean> records;
|
||||||
|
|
||||||
public String getMac() {
|
public String getMac() {
|
||||||
@@ -39,13 +38,6 @@ public class UploadADBean {
|
|||||||
this.records = records;
|
this.records = records;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getDtime() {
|
|
||||||
return dtime;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setDtime(String dtime) {
|
|
||||||
this.dtime = dtime;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static class RecordsBean {
|
public static class RecordsBean {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user