add bindingcar

This commit is contained in:
lixiaopeng
2022-03-17 20:20:18 +08:00
parent a6e817b459
commit 9d4c66e705
57 changed files with 1610 additions and 21 deletions

View File

@@ -247,6 +247,13 @@ public class MogoServicePaths {
@Deprecated
public static final String PATH_AI_NOTICE = "/notice/api";
/**
* 绑定车机 模块
*/
@Keep
@Deprecated
public static final String PATH_BINDING_CAR = "/bindingcar/api";
/**
* 云公告 模块
*/