poiweightopen

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 PoiWeightOpenData

type PoiWeightOpenData struct {
	/**
	 * 开启是否成功
	 */
	Status bool `json:"status"`
	/**
	 * 开启失败文案
	 */
	Remark string `json:"remark"`
}

type PoiWeightOpenRequest

type PoiWeightOpenRequest struct {
}

func (*PoiWeightOpenRequest) DoInvoke

func (req *PoiWeightOpenRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*PoiWeightOpenResponse, error)

type PoiWeightOpenResponse

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

func (*PoiWeightOpenResponse) IsSuccess

func (response *PoiWeightOpenResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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