addatadetail

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 AdDataDetailRequest

type AdDataDetailRequest struct {
	/**
	 * 外卖广告产品类型,1表示点金推广
	 */
	Channel int32 `json:"channel"`
	/**
	 * 日期
	 */
	Date string `json:"date"`
}

func (*AdDataDetailRequest) DoInvoke

type AdDataDetailResponse

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

func (*AdDataDetailResponse) IsSuccess

func (response *AdDataDetailResponse) 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