This commit is contained in:
Celeter 2020-12-28 10:13:57 +08:00 committed by GitHub
parent d588bfae1f
commit 670fc03af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -358,6 +358,7 @@ class AnalyzeUrl(
.setAssemblyEnabled(false)
.setOkClient(HttpHelper.getProxyClient(proxy))
.addAllEncoded(fieldMap)
.addAllHeader(headerMap)
.toByteArray().await()
}
}