PC-202304251453\Administrator 5 месяцев назад
Родитель
Сommit
e040427fb0

+ 0 - 0
app/process/advert/GdtCostHour.php → app/process/advertCost/GdtCostHour.php


+ 0 - 0
app/process/advert/GdtCostVideo.php → app/process/advertCost/GdtCostVideo.php


+ 0 - 0
app/process/advert/TtCostHour.php → app/process/advertCost/TtCostHour.php


+ 0 - 0
app/process/advert/TtCostVideo.php → app/process/advertCost/TtCostVideo.php


+ 1 - 1
app/v1/logic/tool/advertCost/GdtCostVideoLogic.php

@@ -157,7 +157,7 @@ class GdtCostVideoLogic extends BaseAdvertLogic
                 'material_img' => $materialImg,
                 'material_img' => $materialImg,
                 'ori_money' => $cost,
                 'ori_money' => $cost,
                 'money' => $cost*$fandianRate,
                 'money' => $cost*$fandianRate,
-                'show' => $val['view_count'],
+                'ad_show' => $val['view_count'],
                 'click' => $val['valid_click_count'],
                 'click' => $val['valid_click_count'],
                 'total_play' => $val['video_outer_play_count'],
                 'total_play' => $val['video_outer_play_count'],
                 'valid_play' => $val['video_outer_play100_count'],
                 'valid_play' => $val['video_outer_play100_count'],

+ 1 - 1
app/v1/logic/tool/advertCost/TtCostVideoLogic.php

@@ -174,7 +174,7 @@ class TtCostVideoLogic extends BaseAdvertLogic
                 'material_img' => $materialImg,
                 'material_img' => $materialImg,
                 'ori_money' => $cost,
                 'ori_money' => $cost,
                 'money' => $cost*$fandianRate,
                 'money' => $cost*$fandianRate,
-                'show' => $val['metrics']['show_cnt'],
+                'ad_show' => $val['metrics']['show_cnt'],
                 'click' => $val['metrics']['click_cnt'],
                 'click' => $val['metrics']['click_cnt'],
                 'total_play' => $val['metrics']['total_play'],
                 'total_play' => $val['metrics']['total_play'],
                 'valid_play' => $val['metrics']['valid_play'],
                 'valid_play' => $val['metrics']['valid_play'],