1.考虑到retrofit 头header 有d-time 字段 舍弃UploadADBean dtime字段

This commit is contained in:
2025-11-26 20:38:26 +08:00
parent 7df8c91156
commit 824c5fed37
2 changed files with 2 additions and 3 deletions

View File

@@ -39,7 +39,6 @@ public class DownLoadAdPresenter {
uploadADBean.setCpu(cpuId);
uploadADBean.setMac(DeviceUtil.getEthernetMac());
uploadADBean.setRecords(recordsBeans);
uploadADBean.setDtime(String.valueOf(System.currentTimeMillis()));
biz.postDownloadAd(uploadADBean, new OnBaseListener() {
@Override
public void onResponse(String result) {