返回值是[{},{}]复杂格式
HttpResponse jsonResponse = Unirest.get("http://xxxxx")
.header("Accept", "application/json, text/javascript, **; q=0.01")
.header("Accept-Encoding", "gzip, deflate")
.header("Accept-Language", "zh-CN,zh;q=0.9")
.header("Connection", "keep-alive")
.header("Content-Type", "application/json")
.header("cookie", result)
.header("Referer", "http://xxxxx")
.header("User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36")
.header("Host", "xxxxxx")
.header("X-Requested-With", "XMLHttpRequest")
.asString();