This commit is contained in:
wangcongtao
2020-03-16 14:13:30 +08:00
parent f7eadb8792
commit 7afc046be2
19 changed files with 540 additions and 52 deletions

View File

@@ -153,5 +153,11 @@ public class MogoServicePaths {
* 刷新策略控制
*/
@Deprecated
public static final String PATH_REFRESH_STRATEGY_API = "refreshstrategy/api";
public static final String PATH_REFRESH_STRATEGY_API = "/refreshstrategy/api";
/**
* 刷新策略控制
*/
@Deprecated
public static final String PATH_LAUNCHER_API = "/launcher/api";
}