getpoiscoredetail

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 ExcellentList

type ExcellentList struct {
	/**
	 * 文案name
	 */
	ContentName string `json:"contentName"`
	/**
	 * 当前指标描述
	 */
	YourShopText string `json:"yourShopText"`
	/**
	 * 门店当前指标
	 */
	YourShop string `json:"yourShop"`
	/**
	 * 分数
	 */
	Score       string        `json:"score"`
	ExtraFields []ExtraFields `json:"extraFields"`
}

type ExtraFields

type ExtraFields struct {
	/**
	 * 占比
	 */
	HoverTextWeight string `json:"hoverTextWeight"`
	/**
	 * hover文本描述
	 */
	HoverText string `json:"hoverText"`
}

type GetPoiScoreDetailData

type GetPoiScoreDetailData struct {
	/**
	 * 店铺总分数
	 */
	TotalScore int32 `json:"totalScore"`
	/**
	 * 待提升项
	 */
	RepairList []RepairList `json:"repairList"`
	/**
	 * 满分项
	 */
	ExcellentList []ExcellentList `json:"excellentList"`
}

type GetPoiScoreDetailRequest

type GetPoiScoreDetailRequest struct {
}

func (*GetPoiScoreDetailRequest) DoInvoke

func (req *GetPoiScoreDetailRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*GetPoiScoreDetailResponse, error)

type GetPoiScoreDetailResponse

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

func (*GetPoiScoreDetailResponse) IsSuccess

func (response *GetPoiScoreDetailResponse) IsSuccess() bool

type RepairList

type RepairList struct {
	/**
	 * 文案name
	 */
	ContentName string `json:"contentName"`
	/**
	 * 当前指标描述
	 */
	YourShopText string `json:"yourShopText"`
	/**
	 * 门店当前指标
	 */
	YourShop string `json:"yourShop"`
	/**
	 * 分数
	 */
	Score       string        `json:"score"`
	ExtraFields []ExtraFields `json:"extraFields"`
}

Jump to

Keyboard shortcuts

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