wmoperngquerypoidetail

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 Data

type Data struct {
	AppId              int64   `json:"app_id"`
	EpoiId             string  `json:"epoiId"`
	Name               string  `json:"name"`
	Address            string  `json:"address"`
	Latitude           float64 `json:"latitude"`
	Longitude          float64 `json:"longitude"`
	PicUrl             string  `json:"pic_url"`
	Phone              string  `json:"phone"`
	StandbyTel         string  `json:"standby_tel"`
	ShippingFee        float64 `json:"shipping_fee"`
	ShippingTime       string  `json:"shipping_time"`
	PromotionInfo      string  `json:"promotion_info"`
	Remark             string  `json:"remark"`
	OpenLevel          int64   `json:"open_level"`
	IsOnline           int64   `json:"is_online"`
	InvoiceSupport     int64   `json:"invoice_support"`
	InvoiceMinPrice    int64   `json:"invoice_min_price"`
	InvoiceDescription string  `json:"invoice_description"`
	CityId             int64   `json:"city_id"`
	LocationId         int64   `json:"location_id"`
	Ctime              int64   `json:"ctime"`
	Utime              int64   `json:"utime"`
	TagName            string  `json:"tag_name"`
	PreBook            int64   `json:"pre_book"`
	TimeSelect         int64   `json:"time_select"`
	PreBookMinDays     int64   `json:"pre_book_min_days"`
	PreBookMaxDays     int64   `json:"pre_book_max_days"`
	LogisticsCodes     string  `json:"logistics_codes"`
}

type WmoperngQueryPoiDetailRequest

type WmoperngQueryPoiDetailRequest struct {
	Biz string `json:"biz"`
}

func (*WmoperngQueryPoiDetailRequest) DoInvoke

type WmoperngQueryPoiDetailResponse

type WmoperngQueryPoiDetailResponse struct {
	Code    string `json:"code"`
	Msg     string `json:"msg"`
	Data    []Data `json:"data"`
	TraceId string `json:"traceId"`
}

func (*WmoperngQueryPoiDetailResponse) IsSuccess

func (response *WmoperngQueryPoiDetailResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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