diff --git a/modules/mogo-module-obu-mogo/src/main/java/com/mogo/module/obu/mogo/MogoPrivateObuManager.kt b/modules/mogo-module-obu-mogo/src/main/java/com/mogo/module/obu/mogo/MogoPrivateObuManager.kt index 22f0cce6ca..395497f4f5 100644 --- a/modules/mogo-module-obu-mogo/src/main/java/com/mogo/module/obu/mogo/MogoPrivateObuManager.kt +++ b/modules/mogo-module-obu-mogo/src/main/java/com/mogo/module/obu/mogo/MogoPrivateObuManager.kt @@ -129,6 +129,7 @@ class MogoPrivateObuManager private constructor() { WarningTypeEnum.TYPE_USECASE_ID_IVS.useCaseId -> { alertContent = WarningTypeEnum.getWarningContent(appId) ttsContent = WarningTypeEnum.getWarningTts(appId) + } // 前方拥堵提醒 WarningTypeEnum.TYPE_USECASE_ID_TJW.useCaseId -> { @@ -183,7 +184,7 @@ class MogoPrivateObuManager private constructor() { override fun onCvxMapSpatInfoIndInfo(info: CvxMapSpatInfoIndInfo?) { Logger.d(MogoObuConst.TAG_MOGO_OBU, "onCvxMapSpatInfoIndInfo ------> $info") info?.let { -// handlerTrafficLight(info.status, info.ivp_threat_ext.lights) + handlerTrafficLight(info.status, info.ivp_threat_ext.lights, info.ivp_threat_info.app_id) } }