This commit is contained in:
苏尹岚
2020-11-18 18:10:16 +08:00
parent 3e870f57a1
commit 81816ee60d
10 changed files with 260 additions and 29 deletions

View File

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