在分享模块增加了,监听高德巡航进行事件上报的功能

TODO 上报接口对接
This commit is contained in:
董宏宇
2020-11-05 10:29:59 +08:00
parent c77ba44c4b
commit 404792a0e3
3 changed files with 47 additions and 0 deletions

View File

@@ -245,6 +245,12 @@ public class MogoServicePaths {
@Deprecated
public static final String PATH_STRATEGY_SHARE = "/share/strategy";
/**
* 高德地图巡航上报
*/
@Deprecated
public static final String PATH_GAODE_AIMLESS_SHARE = "/share/gaodeAimless";
/**
* 探路ui
*/