[change] 更新行程信息接口

This commit is contained in:
xinfengkun
2022-10-26 11:34:02 +08:00
parent c473ed4161
commit 9300baf426
10 changed files with 97 additions and 55 deletions

View File

@@ -751,7 +751,7 @@ class MoGoHmiFragment : MvpFragment<MoGoHmiContract.View?, HmiPresenter?>(),
context?.let { it -> SharedPrefsMgr.getInstance(it).getLong("roadwork", 0) }
if (currentTime - oldTime!! > 60) { //超过一分钟,才会继续播报重复提醒
context?.let { it -> SharedPrefsMgr.getInstance(it).putLong("roadwork", System.currentTimeMillis() / 1000) }
CallerAutoPilotManager.sendTripInfo(5, "", "", false);
CallerAutoPilotManager.sendTripInfo(5, "", "", "", false);
}
}