运营端打包

This commit is contained in:
2024-12-13 09:48:41 +08:00
parent 5d08b77cc5
commit 3a23d2e26c
3 changed files with 29 additions and 14 deletions
@@ -69,18 +69,18 @@ public class TrackService extends Service {
con = this;
hyr = new HuoYuanRequset(con, hd);
Log.e("开始循环上传,等待100ms", "-----");
new Timer().schedule(new TimerTask() {
@Override
public void run() {
snn = SPUtil.getSP(con, "order", "ShippingNoteNumber");
if (!snn.equals("")) {
l = new LocationGDUtil(con, hd);
l.onCreate();
} else {
onDestroy();
}
}
}, 100, timeSum);
// new Timer().schedule(new TimerTask() {
// @Override
// public void run() {
// snn = SPUtil.getSP(con, "order", "ShippingNoteNumber");
// if (!snn.equals("")) {
// l = new LocationGDUtil(con, hd);
// l.onCreate();
// } else {
// onDestroy();
// }
// }
// }, 100, timeSum);
}
//开始