mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2026-01-18 00:30:43 +08:00
Compare commits
No commits in common. "41bafc35622132ca67eac796479a388d2f3b232b" and "0324b53d979e11c32208b41083a15c4690a38987" have entirely different histories.
41bafc3562
...
0324b53d97
2
hyjk.js
2
hyjk.js
@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
global['window'] = {}
|
global['window'] = {}
|
||||||
global['navigator'] = {}
|
global['navigator'] = {}
|
||||||
const { JSEncrypt } = require("encryptlong")
|
const JSEncrypt = require("encryptlong")
|
||||||
const JsRsaSign = require("jsrsasign")
|
const JsRsaSign = require("jsrsasign")
|
||||||
const $ = new Env("荷叶健康小程序-果园[免费领水果]");
|
const $ = new Env("荷叶健康小程序-果园[免费领水果]");
|
||||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||||
|
|||||||
@ -205,14 +205,6 @@ function Env(t, s) {
|
|||||||
}
|
}
|
||||||
async sendMsg() {
|
async sendMsg() {
|
||||||
this.log("==============📣Center 通知📣==============")
|
this.log("==============📣Center 通知📣==============")
|
||||||
for (let item of this.notifyStr) {
|
|
||||||
if (Object.prototype.toString.call(item) === '[object Object]') {
|
|
||||||
item = JSON.stringify(item)
|
|
||||||
}
|
|
||||||
if (Object.prototype.toString.call(arg) === '[object Array]') {
|
|
||||||
item = JSON.stringify(item)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
let message = this.notifyStr.join(this.logSeparator);
|
let message = this.notifyStr.join(this.logSeparator);
|
||||||
if (this.isNode()) {
|
if (this.isNode()) {
|
||||||
|
|
||||||
|
|||||||
@ -248,14 +248,6 @@ function Env(t, s) {
|
|||||||
}
|
}
|
||||||
async sendMsg() {
|
async sendMsg() {
|
||||||
this.log("==============📣Center 通知📣==============")
|
this.log("==============📣Center 通知📣==============")
|
||||||
for (let item of this.notifyStr) {
|
|
||||||
if (Object.prototype.toString.call(item) === '[object Object]') {
|
|
||||||
item = JSON.stringify(item)
|
|
||||||
}
|
|
||||||
if (Object.prototype.toString.call(arg) === '[object Array]') {
|
|
||||||
item = JSON.stringify(item)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
let message = this.notifyStr.join(this.logSeparator);
|
let message = this.notifyStr.join(this.logSeparator);
|
||||||
if (this.isNode()) {
|
if (this.isNode()) {
|
||||||
|
|
||||||
|
|||||||
@ -189,14 +189,6 @@ function Env(t, s) {
|
|||||||
}
|
}
|
||||||
async sendMsg() {
|
async sendMsg() {
|
||||||
this.log("==============📣Center 通知📣==============")
|
this.log("==============📣Center 通知📣==============")
|
||||||
for (let item of this.notifyStr) {
|
|
||||||
if (Object.prototype.toString.call(item) === '[object Object]') {
|
|
||||||
item = JSON.stringify(item)
|
|
||||||
}
|
|
||||||
if (Object.prototype.toString.call(arg) === '[object Array]') {
|
|
||||||
item = JSON.stringify(item)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
let message = this.notifyStr.join(this.logSeparator);
|
let message = this.notifyStr.join(this.logSeparator);
|
||||||
if (this.isNode()) {
|
if (this.isNode()) {
|
||||||
|
|
||||||
|
|||||||
@ -164,14 +164,6 @@ function Env(t, s) {
|
|||||||
}
|
}
|
||||||
async sendMsg() {
|
async sendMsg() {
|
||||||
this.log("==============📣Center 通知📣==============")
|
this.log("==============📣Center 通知📣==============")
|
||||||
for (let item of this.notifyStr) {
|
|
||||||
if (Object.prototype.toString.call(item) === '[object Object]') {
|
|
||||||
item = JSON.stringify(item)
|
|
||||||
}
|
|
||||||
if (Object.prototype.toString.call(arg) === '[object Array]') {
|
|
||||||
item = JSON.stringify(item)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
let message = this.notifyStr.join(this.logSeparator);
|
let message = this.notifyStr.join(this.logSeparator);
|
||||||
if (this.isNode()) {
|
if (this.isNode()) {
|
||||||
|
|
||||||
|
|||||||
@ -167,14 +167,6 @@ function Env(t, s) {
|
|||||||
}
|
}
|
||||||
async sendMsg() {
|
async sendMsg() {
|
||||||
this.log("==============📣Center 通知📣==============")
|
this.log("==============📣Center 通知📣==============")
|
||||||
for (let item of this.notifyStr) {
|
|
||||||
if (Object.prototype.toString.call(item) === '[object Object]') {
|
|
||||||
item = JSON.stringify(item)
|
|
||||||
}
|
|
||||||
if (Object.prototype.toString.call(arg) === '[object Array]') {
|
|
||||||
item = JSON.stringify(item)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
let message = this.notifyStr.join(this.logSeparator);
|
let message = this.notifyStr.join(this.logSeparator);
|
||||||
if (this.isNode()) {
|
if (this.isNode()) {
|
||||||
|
|
||||||
|
|||||||
@ -194,14 +194,6 @@ function Env(t, s) {
|
|||||||
}
|
}
|
||||||
async sendMsg() {
|
async sendMsg() {
|
||||||
this.log("==============📣Center 通知📣==============")
|
this.log("==============📣Center 通知📣==============")
|
||||||
for (let item of this.notifyStr) {
|
|
||||||
if (Object.prototype.toString.call(item) === '[object Object]') {
|
|
||||||
item = JSON.stringify(item)
|
|
||||||
}
|
|
||||||
if (Object.prototype.toString.call(arg) === '[object Array]') {
|
|
||||||
item = JSON.stringify(item)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
let message = this.notifyStr.join(this.logSeparator);
|
let message = this.notifyStr.join(this.logSeparator);
|
||||||
if (this.isNode()) {
|
if (this.isNode()) {
|
||||||
|
|
||||||
|
|||||||
8
蔚来.js
8
蔚来.js
@ -102,14 +102,6 @@ function Env(t, s) {
|
|||||||
}
|
}
|
||||||
async sendMsg() {
|
async sendMsg() {
|
||||||
this.log("==============📣Center 通知📣==============")
|
this.log("==============📣Center 通知📣==============")
|
||||||
for (let item of this.notifyStr) {
|
|
||||||
if (Object.prototype.toString.call(item) === '[object Object]') {
|
|
||||||
item = JSON.stringify(item)
|
|
||||||
}
|
|
||||||
if (Object.prototype.toString.call(arg) === '[object Array]') {
|
|
||||||
item = JSON.stringify(item)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
let message = this.notifyStr.join(this.logSeparator);
|
let message = this.notifyStr.join(this.logSeparator);
|
||||||
if (this.isNode()) {
|
if (this.isNode()) {
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user