mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 15:25:10 +08:00
Update ppmt.js
This commit is contained in:
2
ppmt.js
2
ppmt.js
@@ -25,7 +25,7 @@ hostname =
|
|||||||
|
|
||||||
const $ = new Env("微信小程序泡泡玛特");
|
const $ = new Env("微信小程序泡泡玛特");
|
||||||
let ckName = `paopaomate`
|
let ckName = `paopaomate`
|
||||||
let userCookie = checkEnv(($.isNode() ? process.env[ckName] : $.getdata(ckName)) || "")
|
let userCookie = checkEnv($.isNode() ? process.env[ckName] : "");
|
||||||
const notify = $.isNode() ? require("./sendNotify") : "";
|
const notify = $.isNode() ? require("./sendNotify") : "";
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user