思必驰实现道路事件上报免唤醒转唤醒

This commit is contained in:
tongchenfei
2020-08-26 16:24:08 +08:00
parent af819a4241
commit 999b59fed7
15 changed files with 204 additions and 169 deletions

View File

@@ -244,4 +244,10 @@ public class MogoServicePaths {
*/
@Deprecated
public static final String PATH_STRATEGY_SHARE = "/share/strategy";
/**
* 探路ui
*/
@Deprecated
public static final String PATH_TANLU_UI_API = "/tanlu/ui";
}