This commit is contained in:
邹宗楠
2023-12-20 17:07:22 +08:00
parent 305c5f4f10
commit b53a15a9b0
3 changed files with 15 additions and 7 deletions

View File

@@ -23,6 +23,12 @@ func TestPoiGetIDs(t *testing.T) {
// t.Log(result)
}
func TestPoiGet(t *testing.T) {
shop, err := api.PoiGet("18940973")
fmt.Println(shop)
fmt.Println(err)
}
func TestPoiMGet(t *testing.T) {
result, err := api.PoiMGet([]string{"18580531"})
t.Log(utils.Format4Output(result, false))