querycpclaunchids

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 LaunchObj

type LaunchObj struct {
	/**
	 * 推广id
	 */
	Launchid int32 `json:"launchid"`
	/**
	 * 推广名称
	 */
	LaunchName string `json:"launchName"`
	/**
	 * 门店名称
	 */
	ShopName string `json:"shopName"`
	/**
	 * 投放状态
	 */
	Status int32 `json:"status"`
	/**
	 * 投放状态描述
	 */
	StatusDesc string `json:"statusDesc"`
	/**
	 * 门店信息
	 */
	ShopId int64 `json:"shopId"`
}

type QueryCpcLaunchidsRequest

type QueryCpcLaunchidsRequest struct {
	/**
	 * 1有效,2过期,3暂停,4审核中,5审核驳回 6 删除 8 未投放(推广计划暂停) 9待推广,10 状态异常
	 */
	Status         []int32 `json:"status"`
	SonAdaccountId int32   `json:"sonAdaccountId"`
}

func (*QueryCpcLaunchidsRequest) DoInvoke

type QueryCpcLaunchidsResponse

type QueryCpcLaunchidsResponse struct {
	Code    string      `json:"code"`
	Msg     string      `json:"msg"`
	Data    []LaunchObj `json:"data"`
	TraceId string      `json:"traceId"`
}

func (*QueryCpcLaunchidsResponse) IsSuccess

func (response *QueryCpcLaunchidsResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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