Commit ff76c257 authored by maxiaoliang's avatar maxiaoliang

1

parent 03f2652b
...@@ -28,7 +28,7 @@ object AdMaxEvent { ...@@ -28,7 +28,7 @@ object AdMaxEvent {
obj.put("placement", ad?.placement) obj.put("placement", ad?.placement)
obj.put("networkplacement", ad?.networkPlacement) obj.put("networkplacement", ad?.networkPlacement)
obj.put("requestLatencyMillis", ad?.requestLatencyMillis) obj.put("requestLatencyMillis", ad?.requestLatencyMillis)
obj.put("valueMicros", ad?.revenue?.times(1000000)) obj.put("valueMicros", ad?.revenue)
if (error == null) { if (error == null) {
obj.put("status", "1") obj.put("status", "1")
} else { } else {
......
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