MapAddress

package
v5.1.37 Latest Latest
Warning

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

Go to latest
Published: May 16, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataGetAddressByStr

type DataGetAddressByStr struct {
	//所属国家 国家代码
	Country int `json:"country"`
	//省份
	Province string `json:"province"`
	//省份编码
	ProvinceCode string `json:"provinceCode"`
	//所属城市
	City string `json:"city"`
	//城市编码
	CityCode string `json:"cityCode"`
	//地区
	Region string `json:"region"`
	//地区编码
	RegionCode string `json:"regionCode"`
	//街道
	Street string `json:"street"`
	//街道详细信息
	Address string `json:"address"`
	//邮编
	PostCode string `json:"postCode"`
	//姓名
	Name string `json:"name"`
	//联系电话
	Phone string `json:"phone"`
	//身份证
	IDCard string `json:"idCard"`
}

DataGetAddressByStr 分析地址字符串为一个组合数据集合

func GetAddressByStr

func GetAddressByStr(str string) (data DataGetAddressByStr)

GetAddressByStr 分析地址字符串为一个组合

Jump to

Keyboard shortcuts

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