This commit is contained in:
邹宗楠
2023-11-23 13:50:15 +08:00
parent e1a80a862a
commit 8efea314e8
2 changed files with 4 additions and 4 deletions

View File

@@ -74,11 +74,11 @@ func TestImageUploadByURL(t *testing.T) {
}
func TestPoiStatus(t *testing.T) {
err := api.PoiOnline("6741258")
err := api.PoiOnline("2464145")
if err != nil {
t.Fatal(err)
}
err = api.PoiOpen("6741258")
err = api.PoiOpen("2464145")
if err != nil {
t.Fatal(err)
}