修复:补齐纯展示广告明细类型字段
在纯展示明细中透传广告网络和广告位字段,满足 AdRevenueRecord 的必填类型要求,恢复生产构建。
This commit is contained in:
@@ -242,6 +242,8 @@ function impressionOnlyDetail(row: AdRevenueRow): AdRevenueDetailRow {
|
||||
expected_coin: 0,
|
||||
actual_coin: 0,
|
||||
matched: true,
|
||||
adn: row.adn,
|
||||
slot_id: row.slot_id,
|
||||
source_adn: row.adn,
|
||||
is_impression_only: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user