Addition of droidguard_results=null to try to solve the aas_token_failed issue

This commit is contained in:
ggabr
2026-02-11 11:57:35 +00:00
committed by Rahul Patel
parent c4ded75b2a
commit 3ee8c135ca

View File

@@ -45,6 +45,7 @@ class AC2DMTask @Inject constructor(private val httpClient: HttpClient) {
params["add_account"] = 1 params["add_account"] = 1
params["Token"] = oAuthToken params["Token"] = oAuthToken
params["callerSig"] = "38918a453d07199354f8b19af05ec6562ced5788" params["callerSig"] = "38918a453d07199354f8b19af05ec6562ced5788"
params["droidguard_results"] = "null"
val body = params.map { "${it.key}=${it.value}" }.joinToString(separator = "&") val body = params.map { "${it.key}=${it.value}" }.joinToString(separator = "&")