This commit is contained in:
suyl
2021-05-11 16:04:14 +08:00
parent 5c6f604d7d
commit bcebad3b41
2 changed files with 21 additions and 35 deletions

View File

@@ -16,7 +16,7 @@ func TestGetCoordinateFromAddressByPage(t *testing.T) {
}
func TestGetCoordinateFromAddressByPageAll(t *testing.T) {
result, err := autonaviAPI.GetCoordinateFromAddressByPageAll("兴月宏干杂", 510100)
result, err := autonaviAPI.GetCoordinateFromAddressByPageAll("重庆市南岸区南坪正街1号", 500100)
if err != nil {
t.Fatal(err)
}