This commit is contained in:
邹宗楠
2025-02-07 11:17:12 +08:00
parent eaaf58cb23
commit 5ba7ff7938
11 changed files with 205 additions and 65 deletions

View File

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