getpoiextendinfo

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 GetPoiExtendInfo

type GetPoiExtendInfo struct {
	/**
	 *  门店点菜页的H5链接
	 */
	H5LinkUrl string `json:"h5LinkUrl"`
	/**
	 * 用来生产二维码的门店点菜页链接(如要二维码需要业务自己生成)
	 */
	QrCodeUrl string `json:"qrCodeUrl"`
	/**
	 *  门店小程序二维码图片url
	 */
	MiniProgramUrl string `json:"miniProgramUrl"`
}

type GetPoiExtendInfoRequest

type GetPoiExtendInfoRequest struct {
}

func (*GetPoiExtendInfoRequest) DoInvoke

func (req *GetPoiExtendInfoRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*GetPoiExtendInfoResponse, error)

type GetPoiExtendInfoResponse

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

func (*GetPoiExtendInfoResponse) IsSuccess

func (response *GetPoiExtendInfoResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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