Commit 41bd6ec6 authored by 宋新宇's avatar 宋新宇

dy短剧关键行为优化

parent c2b0d563
...@@ -140,7 +140,7 @@ public class VideoAppBehaviorFlow extends NodeSwitchFlow<NovelAction> { ...@@ -140,7 +140,7 @@ public class VideoAppBehaviorFlow extends NodeSwitchFlow<NovelAction> {
action.stop(true); action.stop(true);
break; break;
} }
deliveryDeviceInfo.setEcpmAvgCount(String.valueOf(ecpmAvgCount)); deliveryDeviceInfo.setArpuCount(String.valueOf(arpuCount));
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment