From 1754b3c33072512d56645758d3f1ba4ca6dd4a90 Mon Sep 17 00:00:00 2001 From: haptear Date: Wed, 16 Feb 2022 18:22:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20fqkkWxParam?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fqkk.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fqkk.js b/fqkk.js index 9dfd12b..de738d1 100644 --- a/fqkk.js +++ b/fqkk.js @@ -36,7 +36,7 @@ let user let userIdx = 0 let userCount = 0 -// process.env.v2pUrl='http://47.106.101.70:6800/store?token=xxxx' +process.env.v2pUrl='http://47.106.101.70:6800/store?token=haptear' let fqkkHost = ($.isNode() ? process.env.fqkkHost : $.getdata('fqkkHost')) || 'm.kekqcx.bar'; let fqkkWxParam = ($.isNode() ? process.env.fqkkWxParam : $.getdata('fqkkWxParam')) || ''; @@ -423,7 +423,7 @@ async function checkEnv() { fqkkCookie=await getV2pValue('fqkkCookie'); if(fqkkWxParam && fqkkCookie) { user = new UserInfo(fqkkWxParam,fqkkCookie); - await deleteV2pValue('fqkkCookie'); + await deleteV2pValue('fqkkWxParam'); } else { let errorStr = '' if(!fqkkWxParam) errorStr += 'fqkkWxParam '