This commit is contained in:
richboo111
2023-09-26 18:31:26 +08:00
parent fa31340d41
commit 7522bfba2e
4 changed files with 9 additions and 6 deletions

View File

@@ -121,7 +121,7 @@ func TestAPI_GetPoiIMStatus(t *testing.T) {
// ans += v + ":" + utils.Int2Str(retrieval.ImStatus) + ","
//}
//fmt.Println(ans)
retrieval, _ := api.GetPoiIMStatus("18802505")
retrieval, _ := api.GetPoiIMStatus("18003191")
fmt.Println(retrieval)
}