mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-14 14:32:44 +08:00
Update ppmt.js
This commit is contained in:
parent
5ae29b1eec
commit
c7769e094a
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") : "";
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user