cpmquerycommoninfo

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 AudienceInfo

type AudienceInfo struct {
}

type BudgetInfo

type BudgetInfo struct {
}

type CpmCommonInfo

type CpmCommonInfo struct {
	/**
	 * 预算信息
	 */
	BudgetInfo BudgetInfo `json:"budgetInfo"`
	/**
	 * 人群包列表
	 */
	AudienceDTOs []AudienceInfo `json:"audienceDTOs"`
	/**
	 * 模板信息
	 */
	TemplateInfoList []TemplateInfo `json:"templateInfoList"`
	/**
	 * LBS距离信息
	 */
	DistanceInfo DistanceInfo `json:"distanceInfo"`
}

type CpmQueryCommonInfoRequest

type CpmQueryCommonInfoRequest struct {
	/**
	 *  实体状态类型
	 */
	EntityType int32 `json:"entityType"`
	/**
	 *  门店id列表,最多支持50个
	 */
	ShopIdList []int64 `json:"shopIdList"`
	/**
	 *  展位ID列表
	 */
	TagIds []bool `json:"tagIds"`
}

func (*CpmQueryCommonInfoRequest) DoInvoke

type CpmQueryCommonInfoResponse

type CpmQueryCommonInfoResponse struct {
	Code string `json:"code"`
	Msg  string `json:"msg"`
	/**
	 * private BudgetInfo budgetInfo; private List audienceDTOs; private List templateInfoList; private DistanceInfo distanceInfo;
	 */
	Data    CpmCommonInfo `json:"data"`
	TraceId string        `json:"traceId"`
}

func (*CpmQueryCommonInfoResponse) IsSuccess

func (response *CpmQueryCommonInfoResponse) IsSuccess() bool

type DistanceInfo

type DistanceInfo struct {
}

type TemplateInfo

type TemplateInfo struct {
}

Jump to

Keyboard shortcuts

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