From fbe7f4676c2b6e67c5ba7378a0509876e239c917 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Sat, 10 Jun 2023 18:29:52 +0800 Subject: [PATCH] Update mys.js --- mys.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mys.js b/mys.js index 58cda34..dc523e8 100644 --- a/mys.js +++ b/mys.js @@ -120,7 +120,7 @@ class UserInfo { "x-rpc-device_model": device_model, "x-rpc-sys_version": 10, "x-rpc-game_biz": "bbs_cn", - "x-rpc-app_version": "2.49.1", + "x-rpc-app_version": app_version, "x-rpc-sdk_version": "1.6.1.1", "User-Agent": "okhttp/4.9.3", "Content-Type": "application/json;", @@ -145,6 +145,7 @@ class UserInfo { DoubleLog( `账号[${this.index}] 吊毛,cookie中stoken貌似过期或者不正确,请你再抓一次吧` ); + log(result) this.ckStatus = false } } catch (e) {