Skip to content

Commit

Permalink
Merge branch 'release/v1.10.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
bububa committed Sep 19, 2024
2 parents dc16112 + e3ee298 commit 9a0403f
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 9a0403f

Please sign in to comment.