poiadeffectdata

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 EffectdataResponse

type EffectdataResponse struct {
	Result Result `json:"result"`
	Data   []Item `json:"data"`
}

type Item

type Item struct {
	Dt   int64  `json:"dt"`
	Data []Prop `json:"data"`
}

type PoiAdEffectdataRequest

type PoiAdEffectdataRequest struct {
	/**
	 * 流量属性-1 全部 1自然流量 2付费流量 3全部流量
	 */
	FlowProp int32 `json:"flowProp"`
	/**
	 * 最新N日内数据,[1-31]
	 */
	Days int32 `json:"days"`
}

func (*PoiAdEffectdataRequest) DoInvoke

type PoiAdEffectdataResponse

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

func (*PoiAdEffectdataResponse) IsSuccess

func (response *PoiAdEffectdataResponse) IsSuccess() bool

type Prop

type Prop struct {
	FlowProp int32  `json:"flowProp"`
	Pos      string `json:"pos"`
	Show     string `json:"show"`
	Click    string `json:"click"`
}

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