From 4cf707040b40482612c2a7fe2c5d380472030627 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Tue, 5 Dec 2023 21:39:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=B7=E6=96=B0Token?= =?UTF-8?q?=E5=90=8E=E6=89=A7=E8=A1=8C=E4=BB=BB=E5=8A=A1=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gacmotor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gacmotor.js b/gacmotor.js index 7d0cfd2..c2a10c0 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -273,6 +273,7 @@ class UserInfo { //删除原变量 let originalValue = this.cookies let newValue + this.ck = result.data.accessToken if (this.mallToken !== undefined) { newValue = `${result.data.accessToken}${strSplitor}${result.data.refreshToken}${strSplitor}${this.mallToken}` } else {