request

package
v3.0.0-...-7300911 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BusinessInfo

type BusinessInfo struct {
	PoiID          string   `json:"poi_id"`
	SID            string   `json:"sid"`
	BusinessName   string   `json:"business_name"`
	BranchName     string   `json:"branch_name"`
	Province       string   `json:"province"`
	City           string   `json:"city"`
	Address        string   `json:"address"`
	Telephone      string   `json:"telephone"`
	Categories     []string `json:"categories"`
	OffsetType     int      `json:"offset_type"`
	Longitude      float64  `json:"longitude"`
	Latitude       float64  `json:"latitude"`
	PhotoList      []*Photo `json:"photo_list"`
	Recommend      string   `json:"recommend"`
	Special        string   `json:"special"`
	Introduction   string   `json:"introduction"`
	OpenTime       string   `json:"open_time"`
	AvgPrice       int      `json:"avg_price"`
	AvailableState int      `json:"available_state"`
	UpdateStatus   int      `json:"update_status"`
}

type Photo

type Photo struct {
	PhotoUrl string `json:"photo_url"`
}

Jump to

Keyboard shortcuts

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