[update] Remove token from Query param, move to cookies

This commit is contained in:
acite
2025-09-29 01:19:12 +08:00
parent 393419afd7
commit 422da51a74
9 changed files with 61 additions and 105 deletions

View File

@@ -46,6 +46,8 @@ android {
}
dependencies {
implementation(libs.persistentcookiejar)
implementation(libs.fetch2)
implementation(libs.fetch2okhttp)