Update ppmt.js

This commit is contained in:
smallfawn
2024-06-30 17:59:50 +08:00
committed by GitHub
parent 5ae29b1eec
commit c7769e094a

View File

@@ -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") : "";