This commit is contained in:
邹宗楠
2023-02-24 15:23:30 +08:00
parent a3c8ad137f
commit 6eac242b06
6 changed files with 46 additions and 17 deletions

View File

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