We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242a86c commit a58efd1Copy full SHA for a58efd1
city.go
@@ -19,6 +19,8 @@ type CityInfo struct {
19
Longitude string `json:"longitude"`
20
Timezone string `json:"timezone"`
21
UtcOffset string `json:"utc_offset"`
22
+ ChinaRegionCode string `json:"china_region_code"`
23
+ ChinaCityCode string `json:"china_city_code"`
24
ChinaAdminCode string `json:"china_admin_code"`
25
IddCode string `json:"idd_code"`
26
CountryCode string `json:"country_code"`
0 commit comments