adupdateplanbudget

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 AdUpdatePlanBudgetRequest

type AdUpdatePlanBudgetRequest struct {
	/**
	 * 外卖广告的产品类型,1表示点金推广
	 */
	Channel int32 `json:"channel"`
	/**
	 * 预算,单位分
	 */
	Budget int32 `json:"budget"`
}

func (*AdUpdatePlanBudgetRequest) DoInvoke

type AdUpdatePlanBudgetResponse

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

func (*AdUpdatePlanBudgetResponse) IsSuccess

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