[add] v2x数据改变->更新main状态 接口添加

This commit is contained in:
liujing
2021-03-25 11:00:00 +08:00
parent b60e2803d4
commit 05472a2716
16 changed files with 312 additions and 80 deletions

View File

@@ -270,7 +270,7 @@ public class MogoServicePaths {
public static final String PATH_TANLU_UI_API = "/tanlu/ui";
/**
* 碰撞报警模块
* 碰撞报警模块 已碰撞
*/
@Deprecated
public static final String PATH_CRASH_WARNING = "/crash/warning";
@@ -304,4 +304,9 @@ public class MogoServicePaths {
* 小地图控件
*/
public static final String PATH_SMALL_MAP = "/small_map/api";
/*
*前方碰撞预警 未碰撞
* */
public static final String PATH_V2X_FRONT_CRASH_WARNING = "/front/crashwarning";
}