This commit is contained in:
苏尹岚
2021-02-04 17:02:38 +08:00
parent 48f4a7179c
commit d3861a357b
3 changed files with 44 additions and 4 deletions

View File

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