Compare commits
2 Commits
b6f9a832c0
...
e1c0981bf9
| Author | SHA1 | Date | |
|---|---|---|---|
| e1c0981bf9 | |||
| 9e2167d843 |
@@ -269,10 +269,10 @@ type CidAccountReportDetail struct {
|
||||
CreativeName string
|
||||
|
||||
// 补贴相关字段
|
||||
CidActualRoiAfterSubsidy string
|
||||
CidCouponAmount string
|
||||
CidCouponCallbackPaidRefundAmount string
|
||||
CidVoucherCost string
|
||||
CidActualRoiAfterSubsidy *float64
|
||||
CidCouponAmount *int64
|
||||
CidCouponCallbackPaidRefundAmount *int64
|
||||
CidVoucherCost *float64
|
||||
}
|
||||
|
||||
// CidAccountReportDetailCol 广告数据报表详情表字段定义
|
||||
|
||||
Reference in New Issue
Block a user