添加探路上报接口

This commit is contained in:
tongchenfei
2020-08-07 17:11:34 +08:00
parent 6d9c9cbd82
commit dffd094b67
4 changed files with 74 additions and 1 deletions

View File

@@ -232,4 +232,10 @@ public class MogoServicePaths {
*/
@Deprecated
public static final String PATH_LOG_LIB = "/loglib/api";
/**
* 探路相关
*/
@Deprecated
public static final String PATH_TANLU = "/tanlu/ui";
}