wmopercommentqueryscore

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 WmoperCommentQueryScoreData

type WmoperCommentQueryScoreData struct {
	/**
	 * 服务商门店id
	 */
	EpoiId string `json:"epoiId"`
	/**
	 * 餐品评分
	 */
	AvgPoiScore float64 `json:"avgPoiScore"`
	/**
	 * 口味评分
	 */
	AvgTasteScore float64 `json:"avgTasteScore"`
	/**
	 * 包装评分
	 */
	AvgPackingScore float64 `json:"avgPackingScore"`
	/**
	 * 配送评分
	 */
	AvgDeliveryScore float64 `json:"avgDeliveryScore"`
	/**
	 * 配送满意度。在0~100之间,返回参数中没有%
	 */
	DeliverySatisfaction int32 `json:"deliverySatisfaction"`
}

type WmoperCommentQueryScoreRequest

type WmoperCommentQueryScoreRequest struct {
	/**
	 *  业务标识 传“B_API”只返回外卖评价分数,不传或者传其他返回所有
	 */
	BizKey string `json:"bizKey"`
}

func (*WmoperCommentQueryScoreRequest) DoInvoke

type WmoperCommentQueryScoreResponse

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

func (*WmoperCommentQueryScoreResponse) IsSuccess

func (response *WmoperCommentQueryScoreResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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