This commit is contained in:
wangcongtao
2020-03-13 19:07:19 +08:00
parent 0f4f44e30f
commit cb970a224d
7 changed files with 87 additions and 6 deletions

View File

@@ -148,4 +148,10 @@ public class MogoServicePaths {
*/
@Deprecated
public static final String PATH_ACTION_APIS = "/mogoaction/api";
/**
* 刷新策略控制
*/
@Deprecated
public static final String PATH_REFRESH_STRATEGY_API = "refreshstrategy/api";
}