addmpquerycrowdbid

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 ADOrientInfo

type ADOrientInfo struct {
	/**
	 * 人群包id
	 */
	CrowdPackId int64 `json:"crowdPackId"`
	/**
	 * 出价
	 */
	Price int32 `json:"price"`
	/**
	 * 人群包标签
	 */
	TopicCrowdCN string `json:"topicCrowdCN"`
	/**
	 * 人群包名称
	 */
	TopicCrowdName string `json:"topicCrowdName"`
}

type ADOrientInfoResp

type ADOrientInfoResp struct {
	Result Result `json:"result"`
	/**
	 * 出价信息
	 */
	OrientInfoList []ADOrientInfo `json:"orientInfoList"`
}

type AdDmpQueryCrowdBidRequest

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

func (*AdDmpQueryCrowdBidRequest) DoInvoke

type AdDmpQueryCrowdBidResponse

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

func (*AdDmpQueryCrowdBidResponse) IsSuccess

func (response *AdDmpQueryCrowdBidResponse) IsSuccess() bool

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