From 66aa735e9e3dd4b2a94ebf1978309f2bb07f8d12 Mon Sep 17 00:00:00 2001
From: haptear <haptear@hotmail.com>
Date: Fri, 18 Feb 2022 14:18:23 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E5=88=A0=E9=99=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 fqkk.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fqkk.js b/fqkk.js
index c20b905..f993b24 100644
--- a/fqkk.js
+++ b/fqkk.js
@@ -528,7 +528,6 @@ async function checkEnv () {
     }
     if (fqkkWxParam && fqkkCookie) {
         user = new UserInfo(fqkkWxParam, fqkkCookie);
-        await deleteV2pValue('fqkkWxParam');
     } else {
         let errorStr = ''
         if (!fqkkWxParam) errorStr += 'fqkkWxParam '