添加事故相关推送接收以及相关探路接口

This commit is contained in:
tongchenfei
2020-08-14 14:16:06 +08:00
parent 58311d4a6a
commit 154b85c617
10 changed files with 131 additions and 6 deletions

View File

@@ -238,4 +238,10 @@ public class MogoServicePaths {
*/
@Deprecated
public static final String PATH_TANLU_API = "/tanlulib/api";
/**
* 策略上报
*/
@Deprecated
public static final String PATH_STRATEGY_SHARE = "/strategy/share";
}