修改策略上报push接收不到的问题
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
@@ -109,6 +109,8 @@ public class TanluUploadParams {
|
||||
"eventType='" + eventType + '\'' +
|
||||
", fromType='" + fromType + '\'' +
|
||||
", duration=" + duration +
|
||||
", parentId='" + parentId + '\'' +
|
||||
", location=" + location +
|
||||
'}';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user