hourlyshopreportoffline

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 HourlyShopReportOfflineRequest

type HourlyShopReportOfflineRequest struct {
	/**
	 * 门店id列表,单次最多支持50个
	 */
	ShopIds []int64 `json:"shopIds"`
	/**
	 * 点评门店id就还是美团门店id,默认点评门店id
	 */
	ShopType int32 `json:"shopType"`
	/**
	 * 查询开始时间
	 */
	BeginTime string `json:"beginTime"`
	/**
	 * 查询截止时间
	 */
	EndTime string `json:"endTime"`
}

func (*HourlyShopReportOfflineRequest) DoInvoke

type HourlyShopReportOfflineResponse

type HourlyShopReportOfflineResponse struct {
	Code string `json:"code"`
	Msg  string `json:"msg"`
	/**
	 * 对象列表
	 */
	Data    []LaunchInfo `json:"data"`
	TraceId string       `json:"traceId"`
}

func (*HourlyShopReportOfflineResponse) IsSuccess

func (response *HourlyShopReportOfflineResponse) IsSuccess() bool

type LaunchInfo

type LaunchInfo struct {
	/**
	 * 天数
	 */
	Date string `json:"date"`
	/**
	 * 小时
	 */
	Hour int32 `json:"hour"`
	/**
	 * 门店名称
	 */
	ShopName string `json:"shop_name"`
	/**
	 * 花费
	 */
	Charge float64 `json:"charge"`
	/**
	 * 曝光
	 */
	Imp int32 `json:"imp"`
	/**
	 * 点击
	 */
	Click int32 `json:"click"`
}

Jump to

Keyboard shortcuts

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