Init check module

This commit is contained in:
martindhy
2021-07-04 12:22:38 +08:00
parent f90ddc5770
commit 19b53e6e87
17 changed files with 190 additions and 41 deletions

View File

@@ -316,8 +316,14 @@ public class MogoServicePaths {
*/
public static final String PATH_ADAS = "/adas/api";
/*
*前方碰撞预警 未碰撞
* */
/**
* 前方碰撞预警 未碰撞
*/
public static final String PATH_V2X_FRONT_CRASH_WARNING = "/front/crashwarning";
/**
* ADAS 模块
*/
public static final String PATH_CHECK = "/check/api";
}