Skip to content

Commit

Permalink
fix(report): ad_show is float64
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Sep 19, 2024
1 parent e0d70b5 commit 40d8d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/report/stat.go
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ type Stat struct {
// UnitSource 广告组来源0:常规(非托管)、1:托管
UnitSource int `json:"unit_source,omitempty"`
// AdShow 广告曝光
AdShow int64 `json:"ad_show,omitempty"`
AdShow float64 `json:"ad_show,omitempty"`
// T7PaidAmt 7日累计付费金额(元)
T7PaidAmt float64 `json:"t7_paid_amt,omitempty"`
// MinigameIaaPurchaseAmountFirstDay 当日广告LTV
Expand Down

0 comments on commit 40d8d1e

Please sign in to comment.