From c7769e094ab91bea21124abceeb4d2c1e9901472 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Sun, 30 Jun 2024 17:59:50 +0800 Subject: [PATCH] Update ppmt.js --- ppmt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppmt.js b/ppmt.js index 07cd325..4d3f62f 100644 --- a/ppmt.js +++ b/ppmt.js @@ -25,7 +25,7 @@ hostname = const $ = new Env("微信小程序泡泡玛特"); let ckName = `paopaomate` -let userCookie = checkEnv(($.isNode() ? process.env[ckName] : $.getdata(ckName)) || "") +let userCookie = checkEnv($.isNode() ? process.env[ckName] : ""); const notify = $.isNode() ? require("./sendNotify") : "";