修改策略上报push接收不到的问题

This commit is contained in:
tongchenfei
2020-08-17 15:44:23 +08:00
parent 3e823f1ac5
commit 86c9939475
3 changed files with 5 additions and 2 deletions

View File

@@ -243,5 +243,5 @@ public class MogoServicePaths {
* 策略上报
*/
@Deprecated
public static final String PATH_STRATEGY_SHARE = "/strategy/share";
public static final String PATH_STRATEGY_SHARE = "/share/strategy";
}