修改module-byd为module-splash,暂未使用module-splash-noop模块

This commit is contained in:
tongchenfei
2020-07-15 19:05:07 +08:00
parent e525cd7f3e
commit 413b0f2a99
35 changed files with 76 additions and 96 deletions

View File

@@ -207,5 +207,5 @@ public class MogoServicePaths {
* 比亚迪模块
*/
@Deprecated
public static final String PATH_BYD = "/carmachine/byd";
public static final String PATH_SPLASH = "/splash/api";
}