loginUrl之后,怎么换baseUrl #3798
Answered
by
821938089
wanghaosjtu
asked this question in
Q&A
-
比如要访问 我看了这段,但是还是没明白logincheckJS怎么写 var res = analyzeUrl.getStrResponseAwait()
//检测书源是否已登录
bookSource.loginCheckJs?.let { checkJs ->
if (checkJs.isNotBlank()) {
res = analyzeUrl.evalJS(checkJs, res) as StrResponse
}
}
checkRedirect(bookSource, res) 谢谢谢谢! |
Beta Was this translation helpful? Give feedback.
Answered by
821938089
Mar 13, 2024
Replies: 1 comment 7 replies
-
用变量存重定向后的地址,然后在列表规则那里手动请求 |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
改这个没用的