adupdateplanbid

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 AdUpdatePlanBidRequest

type AdUpdatePlanBidRequest struct {
	/**
	 * 外卖广告的产品类型,1表示点金推广
	 */
	Channel int32 `json:"channel"`
	/**
	 * 出价,单位分
	 */
	Bid int32 `json:"bid"`
}

func (*AdUpdatePlanBidRequest) DoInvoke

type AdUpdatePlanBidResponse

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

func (*AdUpdatePlanBidResponse) IsSuccess

func (response *AdUpdatePlanBidResponse) IsSuccess() bool

type Data

type Data struct {
	Success bool   `json:"success"`
	Code    string `json:"code"`
}

Jump to

Keyboard shortcuts

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