集成日志抓取sdk

This commit is contained in:
tongchenfei
2020-07-31 19:52:57 +08:00
parent a77a8db0d8
commit 1134e79371
7 changed files with 17 additions and 1 deletions

View File

@@ -226,4 +226,10 @@ public class MogoServicePaths {
*/
@Deprecated
public static final String PATH_AGREEMENT = "/agreement/showFragment";
/**
* 日志上传
*/
@Deprecated
public static final String PATH_LOG_LIB = "/loglib/api";
}