dailyaccountreportoffline

package
v0.0.0-...-905ac7b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DailyAccountReportOfflineRequest

type DailyAccountReportOfflineRequest struct {
	/**
	 * 查询范围开始时间
	 */
	BeginTime string `json:"beginTime"`
	/**
	 * 查询范围截止时间
	 */
	EndTime string `json:"endTime"`
}

func (*DailyAccountReportOfflineRequest) DoInvoke

type DailyAccountReportOfflineResponse

type DailyAccountReportOfflineResponse struct {
	Code string `json:"code"`
	Msg  string `json:"msg"`
	/**
	 * 对象列表
	 */
	Data    []Data `json:"data"`
	TraceId string `json:"traceId"`
}

func (*DailyAccountReportOfflineResponse) IsSuccess

func (response *DailyAccountReportOfflineResponse) IsSuccess() bool

type Data

type Data struct {
	/**
	 * 天
	 */
	Date string `json:"date"`
	/**
	 * 花费
	 */
	Charge float64 `json:"charge"`
	/**
	 * 曝光
	 */
	Imp int32 `json:"imp"`
	/**
	 * 点击
	 */
	Click int32 `json:"click"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL