fix: 修复风控判断错误,以及可能的阻塞问题 (#77)

* fix: 尝试修复风控判断错误,以及可能的阻塞问题

* fix: 继续修复
This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2024-04-25 22:56:47 +08:00
committed by GitHub
parent be4f62d4e1
commit 1ad82e513e
4 changed files with 36 additions and 26 deletions

View File

@@ -25,7 +25,7 @@ prost = "0.12.4"
quick-xml = { version = "0.31.0", features = ["async-tokio"] }
rand = "0.8.5"
regex = "1.10.3"
reqwest = { version = "0.12.0", features = [
reqwest = { version = "0.12.4", features = [
"json",
"stream",
"cookies",