临时禁用BusinessAreaInfo
This commit is contained in:
@@ -178,18 +178,18 @@ type RoadInfo struct {
|
||||
}
|
||||
|
||||
type AddressComponentInfo struct {
|
||||
Adcode string `json:"adcode"`
|
||||
Building *BuildingOrNeighborInfo `json:"building"`
|
||||
BusinessAreas []*BusinessAreaInfo `json:"businessAreas"`
|
||||
City string `json:"city"`
|
||||
Citycode string `json:"citycode"`
|
||||
Country string `json:"country"`
|
||||
District string `json:"district"`
|
||||
Neighborhood *BuildingOrNeighborInfo `json:"neighborhood"`
|
||||
Province string `json:"province"`
|
||||
StreetNumber *StreetNumberInfo `json:"streetNumber"`
|
||||
Towncode string `json:"towncode"`
|
||||
Township string `json:"township"`
|
||||
Adcode string `json:"adcode"`
|
||||
Building *BuildingOrNeighborInfo `json:"building"`
|
||||
// BusinessAreas []*BusinessAreaInfo `json:"businessAreas"`
|
||||
City string `json:"city"`
|
||||
Citycode string `json:"citycode"`
|
||||
Country string `json:"country"`
|
||||
District string `json:"district"`
|
||||
Neighborhood *BuildingOrNeighborInfo `json:"neighborhood"`
|
||||
Province string `json:"province"`
|
||||
StreetNumber *StreetNumberInfo `json:"streetNumber"`
|
||||
Towncode string `json:"towncode"`
|
||||
Township string `json:"township"`
|
||||
}
|
||||
|
||||
type RegeoCodeInfo struct {
|
||||
|
||||
Reference in New Issue
Block a user