master
标哥丶 2022-05-27 10:52:23 +08:00
parent d168e4e225
commit 5c891dfd9f
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ let guaopencard_addSku = "true";
let guaopencard = "true";
let guaopenwait = "2";
let guaopencard_draw = "0";
let token = process.env.h5token ? process.env.h5token : "6f4808d6d5e0ac51e191a8db3bcd9f16"; //h5token
let token = process.env.h5token ? process.env.h5token : ""; //h5token
const $ = new Env("开卡");
const jdCookieNode = $.isNode() ? require("./jdCookie.js") : "";
const notify = $.isNode() ? require("./sendNotify") : "";