This commit is contained in:
苏尹岚
2021-01-04 14:24:28 +08:00
parent 19a076f65f
commit c99bb23e3d
4 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ func TestGetProvince(t *testing.T) {
}
func TestGetCity(t *testing.T) {
result, err := api.GetCity(2)
result, err := api.GetCity(19)
if err != nil {
t.Fatal(err)
}
@@ -74,7 +74,7 @@ func TestGetCity(t *testing.T) {
}
func TestGetCounty(t *testing.T) {
result, err := api.GetCounty(2834)
result, err := api.GetCounty(1655)
if err != nil {
t.Fatal(err)
}