feat:java.webView headers优先级调整下;更新文档

This commit is contained in:
Xwite
2022-04-11 12:22:15 +08:00
parent a4f3b2d714
commit 13949c90ed
2 changed files with 20 additions and 3 deletions
@@ -123,7 +123,9 @@ interface JsExtensions {
BackstageWebView(
url = url,
html = html,
javaScript = js
javaScript = js,
headerMap = getSource()?.getHeaderMap(true),
tag = getSource()?.getKey()
).getStrResponse().body
}
}