This commit is contained in:
邹宗楠
2023-09-21 16:21:29 +08:00
parent 1c6c1fdff7
commit 8edeb75fd7
3 changed files with 5 additions and 5 deletions

View File

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