添加monitor模块

This commit is contained in:
tongchenfei
2020-08-06 10:00:50 +08:00
parent 1f1420735c
commit 43e0324182
16 changed files with 197 additions and 3 deletions

View File

@@ -231,5 +231,5 @@ public class MogoServicePaths {
* 日志上传
*/
@Deprecated
public static final String PATH_LOG_LIB = "/loglib/api";
public static final String PATH_MOGO_MONITOR = "/monitor/api";
}