This commit is contained in:
baiqwerdvd 2024-12-09 16:14:08 +08:00
parent 1abbea2f73
commit c358b7a4eb
No known key found for this signature in database
GPG Key ID: 7717E46E1797411A

View File

@ -180,8 +180,8 @@ class SklandLogin:
self.ark_uid: str = result_data["data"]["uid"]
async def generate_cred_by_code(self):
self.client.headers["platform"] = "3"
self.client.headers["vName"] = "1.0.0"
self.client.headers["platform"] = "1"
self.client.headers["vName"] = "1.28.0"
self.client.headers["origin"] = "https://zonai.skland.com/"
self.client.headers["referer"] = "https://zonai.skland.com/"
self.client.headers["dId"] = await get_d_id()