This commit is contained in:
wangcongtao
2020-01-08 10:54:59 +08:00
parent 58803435f0
commit 46c713cdca
21 changed files with 304 additions and 0 deletions

View File

@@ -65,4 +65,9 @@ public class MogoServicePaths {
* 卡片控制
*/
public static final String PATH_CARD_MANAGER = "/cardmanager/api";
/**
* 管理 fragment
*/
public static final String PATH_FRAGMENT_MANAGER = "/fragmentmanager/api";
}