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 GetPoiScoreDetailData ¶
type GetPoiScoreDetailData struct { /** * 店铺总分数 */ TotalScore string `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"` }
Click to show internal directories.
Click to hide internal directories.