Skip to content

Commit

Permalink
fix(report): event_multi_pay_seven_day_by_conversion is float64
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Sep 19, 2024
1 parent 40d8d1e commit e3ee298
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 @@ -551,7 +551,7 @@ type Stat struct {
// EventDrawCreditLine 用信数
EventDrawCreditLine int64 `json:"eventDrawCreditLine,omitempty"`
// EventMultiPaySevenDayByConversion 多次付费人数
EventMultiPaySevenDayByConversion int64 `json:"event_multi_pay_seven_day_by_conversion,omitempty"`
EventMultiPaySevenDayByConversion float64 `json:"event_multi_pay_seven_day_by_conversion,omitempty"`
// EventMultiPaySevenDayByConversionCost 多次付费人成本
EventMultiPaySevenDayByConversionCost float64 `json:"event_multi_pay_seven_day_by_conversion_cost,omitempty"`
// EventEffectiveCustomerAcqusitionCnt 有效获客数(回传)
Expand Down

0 comments on commit e3ee298

Please sign in to comment.