迁移MogoServicePaths位置到com.mogo.eagle.core.data.constants

Signed-off-by: 董宏宇 <martindhy@gmail.com>
This commit is contained in:
董宏宇
2021-10-13 14:46:34 +08:00
parent fb2e96f996
commit 78daacaae7
91 changed files with 152 additions and 620 deletions

View File

@@ -397,4 +397,11 @@ public class MogoServicePaths {
@Keep
@Deprecated
public static final String PATH_V2X_OBU_MOGO = "/obu_mogo/api";
/**
* AutoPilot 模块
*/
@Keep
@Deprecated
public static final String PATH_AUTO_PILOT = "/auto_pilot/api";
}