This commit is contained in:
wangcongtao
2020-05-27 12:52:29 +08:00
parent f35e1eb301
commit 39d78094af
15 changed files with 286 additions and 697 deletions

View File

@@ -171,4 +171,10 @@ public class MogoServicePaths {
* 顶部1/2屏管理
*/
public static final String PATH_EXTENSIONS_TOP_VIEW_MANAGER = "/topview/api";
/**
* 其他模块调用公共的marker打点
*/
@Deprecated
public static final String PATH_MARKER_SERVICE = "/mogomarker/api";
}