adstatusinfo

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 AdStatusInfoRequest

type AdStatusInfoRequest struct {
	/**
	 * 外卖广告的产品类型,1表示点金推广
	 */
	Channel int32 `json:"channel"`
}

func (*AdStatusInfoRequest) DoInvoke

type AdStatusInfoResponse

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

func (*AdStatusInfoResponse) IsSuccess

func (response *AdStatusInfoResponse) IsSuccess() bool

type Data

type Data struct {
	Result     Result `json:"result"`
	Channel    int64  `json:"channel"`
	Status     int64  `json:"status"`
	Budget     int64  `json:"budget"`
	Bid        int64  `json:"bid"`
	BudgetUsed string `json:"budgetUsed"`
}

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