添加接口完成,此提交带了调试代码

This commit is contained in:
tongchenfei
2020-05-26 11:30:33 +08:00
parent 9f61c81ba7
commit 2480b9edbd
9 changed files with 188 additions and 23 deletions

View File

@@ -166,4 +166,9 @@ public class MogoServicePaths {
*/
@Deprecated
public static final String PATH_ENTRANCE_BUTTON_API = "/entrancebutton/api";
/**
* 顶部1/2屏管理
*/
public static final String PATH_EXTENSIONS_TOP_VIEW_MANAGER = "/topview/api";
}