From 5a242a300edf0f6115b71e6ab0adee5e92e57e0a Mon Sep 17 00:00:00 2001 From: 111inhistory Date: Sat, 12 Oct 2024 16:33:01 +0000 Subject: [PATCH] Correct the iphone cookie --- util/request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/request.js b/util/request.js index d93c946..db2af4f 100644 --- a/util/request.js +++ b/util/request.js @@ -47,7 +47,7 @@ const osMap = { channel: 'xiaomi', }, iphone: { - os: 'iOS', + os: 'iPhone OS', appver: '9.0.90', osver: '16.2', channel: 'distribution',