This commit is contained in:
邹宗楠
2023-08-17 14:48:06 +08:00
parent 29523503d8
commit aa540c52be
5 changed files with 6 additions and 18 deletions

View File

@@ -24,7 +24,7 @@ func TestPoiGetIDs(t *testing.T) {
}
func TestPoiMGet(t *testing.T) {
result, err := api.PoiMGet([]string{"15467875"})
result, err := api.PoiMGet([]string{"18822904"})
t.Log(utils.Format4Output(result, false))
if err != nil {
t.Fatal(err)