addatahistory

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 AdDataHistoryRequest

type AdDataHistoryRequest struct {
	/**
	 * 外卖广告产品类型,1表示点金推广
	 */
	Channel int32 `json:"channel"`
	/**
	 * 查询的历史天数,不能大于30天
	 */
	Days int32 `json:"days"`
	/**
	 * 查询的数据类型,1:全部数据,2:仅KA系统数据,3:仅单门店数据
	 */
	Type int32 `json:"type"`
}

func (*AdDataHistoryRequest) DoInvoke

type AdDataHistoryResponse

type AdDataHistoryResponse struct {
	Code    string `json:"code"`
	Msg     string `json:"msg"`
	Data    Data   `json:"data"`
	TraceId string `json:"traceId"`
}

func (*AdDataHistoryResponse) IsSuccess

func (response *AdDataHistoryResponse) IsSuccess() bool

type AdDataInfoList

type AdDataInfoList struct {
	Time  string `json:"time"`
	Show  string `json:"show"`
	Click string `json:"click"`
	Debit string `json:"debit"`
}

type Data

type Data struct {
	Result         Result           `json:"result"`
	AdDataInfoList []AdDataInfoList `json:"adDataInfoList"`
	Show           string           `json:"show"`
	Click          string           `json:"click"`
	Debit          string           `json:"debit"`
}

type Result

type Result struct {
	Success bool   `json:"success"`
	Code    string `json:"code"`
	Message string `json:"message"`
}

Jump to

Keyboard shortcuts

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