Skip to content

Commit a58efd1

Browse files
committed
Update city.go
update
1 parent 242a86c commit a58efd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

city.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ type CityInfo struct {
1919
Longitude string `json:"longitude"`
2020
Timezone string `json:"timezone"`
2121
UtcOffset string `json:"utc_offset"`
22+
ChinaRegionCode string `json:"china_region_code"`
23+
ChinaCityCode string `json:"china_city_code"`
2224
ChinaAdminCode string `json:"china_admin_code"`
2325
IddCode string `json:"idd_code"`
2426
CountryCode string `json:"country_code"`

0 commit comments

Comments
 (0)